Sample Spring Boot application for experimentation.
Start PostgresSQL db container.
cd docker
docker comose up -d postgresBuild & Run.
./mvnw clean package
java -jar target/todo-app-*.jar or
./mvnw spring-boot:run Default swagger url is http://localhost:18888/swagger-ui.html.
Build docker image.
./mvnw compile jib:dockerBuildRun PostgresSQL db and todo application container.
cd docker
docker compose up -d ./mvnw test -Dtest="*IT"