initial implementation of loan approval service

This commit is contained in:
2025-12-05 10:22:10 +01:00
parent ef5b7072cf
commit 2fe315b7df
16 changed files with 784 additions and 2 deletions

View File

@ -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`)