- Run docker-compose up -d to start mysql instance.
- Run mvn spring-boot:run on terminal to start the application.
- Start the application also using IntellJ run feature.
- Swagger Api doc : http://localhost:8080/swagger-ui.html
- docker build -t {app-name} .
- docker run -p 8080:8080 {app-name}