Sample Spring Boot application to be used during DevOps 101 trainings workshop sessions
For building and running the application you need:
There are several ways to run a Spring Boot application on your local machine. One way is to execute the main method in the com.definex.devopstraining.DevopsTrainingApplication class from your IDE.
Alternatively you can package the application with maven and run the application via command line
mvn clean packagelocate to the target directory and execute the package
cd target
java -jar devops-training-0.0.1.jaruse command below to retireve book information generated during initialization by import.sql
curl http://localhost:8080/training/v1/book/allReleased under the Apache License 2.0. See the LICENSE file.