Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Evolveum Entry Project

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)

Build the project

To build the project, navigate to the project root directory and run:

./mvnw clean install

Run the project

To run the project, navigate to the project root directory and run:

./mvnw spring-boot:run

Alternatively, you can build a JAR and run it:

./mvnw clean package
java -jar target/evolveum-entry-project-0.0.1-SNAPSHOT.jar

Swagger UI

Once 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

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages