For further reference, please consider the following sections:
- Official Apache Maven documentation
- Spring Boot Maven Plugin Reference Guide
- Create an OCI image
- Spring Security
- Spring Configuration Processor
- Spring Web
- Spring Data JPA
- Spring Boot DevTools
The following guides illustrate how to use some features concretely:
- Securing a Web Application
- Spring Boot and OAuth2
- Authenticating a User with LDAP
- Building a RESTful Web Service
- Serving Web Content with Spring MVC
- Building REST services with Spring
- Accessing Data with JPA
In order to run the project simply follow these steps :
- Open
CMD
and navigate to the project root - next run
mvnw spring-boot:run
N.B: You might need to configure the project in application.properties
file
You can also clean the project of previous builds using:
mvnw spring-boot:clean
THE PROJECT USES Oracle Open JDK 15, so make sure to have it installed either by using your IDE (ie intellij IDEA Ultimate) or just installing it from the official website.