This is a demo Spring Boot project initialized with:
- Java 21
- Apache Maven 3
- Spring Boot 4.0.2
- Spring Web
- Lombok
- Spring Boot DevTools
- Springdoc OpenAPI (Swagger UI)
To build the project, navigate to the project root directory and run:
./mvnw clean installTo run the project, navigate to the project root directory and run:
./mvnw spring-boot:runAlternatively, you can build a JAR and run it:
./mvnw clean package
java -jar target/evolveum-entry-project-0.0.1-SNAPSHOT.jarOnce the application is running, you can access the Swagger UI at: http://localhost:8080/swagger-ui.html
The OpenAPI description can be found at: http://localhost:8080/v3/api-docs