Spring application Template
- Install Java 11 in the local machine
- Install Maven 3.8 in the local machine
- Checkout the Code from the repository
- Build and run in local machine
- check if the Application is up and running with URL: http://localhost:8080/actuator/health
- Spring Boot 2.7
- Junit 5
- Spring Web
- TDD Driven Approach
- Postman for API Test
Goto the Project folder and run commands:
- podman build -t spring-app:latest .
- podman run --name spring-app -p 9000:8080 -d localhost/spring-app:latest
API documentation is available at URL: http://localhost:8080/swagger-ui/index.html