To run the application through Spring Boot do mvn spring-boot:run
.
- The website will be accessible at http://localhost:8080.
- Documentation for the REST APIs will be accessible at http://localhost:8080/swagger-ui.
Build the project with mvn package
and run the jar with java -jar target/demo-store-0.0.1-SNAPSHOT.jar