For further reference, please consider the following sections:
- Official Apache Maven documentation
- Spring Boot Maven Plugin Reference Guide
- Create an OCI image
- Spring Web
- Spring Boot Actuator
- Spring cache abstraction
- Thymeleaf
The following guides illustrate how to use some features concretely:
- Building a RESTful Web Service
- Serving Web Content with Spring MVC
- Building REST services with Spring
- Building a RESTful Web Service with Spring Boot Actuator
- Caching Data with Spring
- Handling Form Submission
git clone https://github.com/mohan-ganesh/springboot-api.git
mvn clean package spring-boot:run
http://localhost:8080
java -jar -Dspring.profiles.active=test target/demo-0.0.1-SNAPSHOT.jar