Back-end part of a small project that shows how to integrate Spring Boot Application with Security Enabled.
Build with the command:
mvn clean install
It will execute the tests and generate an executable fat jar.
The build result is an executable .jar file: acme-travel.jar
, inside the directory acme-main/target/.
java -jar acme-main\target\acme-travel.jar
The API is documented in a proper Rest API Model Language
file, in the main directory.
If you prefer to see a graphical representation of the API, you can use the user interface you are provided with, at the url http://localhost:8080/swagger-ui.html