initial implementation of loan approval service
This commit is contained in:
@ -63,6 +63,11 @@ The easiest way to test this application is using Docker. No need to install Jav
|
||||
docker-compose up -d
|
||||
```
|
||||
|
||||
**1. Start the application ( when you changed code ):**
|
||||
```bash
|
||||
docker-compose up -d --build
|
||||
```
|
||||
|
||||
**2. Wait for the application to start (about 30-40 seconds), then access:**
|
||||
- **WSDL**: http://localhost:8080/jaxws-hello-world/hello?wsdl
|
||||
- **Tomcat Manager**: http://localhost:8080/manager (username: `admin`, password: `admin123`)
|
||||
|
||||
Reference in New Issue
Block a user