You can run the application by typing
./gradlew bootRun
This will start up a Spring Boot application with Tomcat server running on 8080.
Show all other possible tasks:
./gradlew tasks
- Basic spring actuator functionality to check application health. click to explore
- Swagger for endpoint documentation. click to explore
- CORS support