Skip to content

Somuncu/devops-training

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Sample Spring Boot application to be used during DevOps 101 trainings workshop sessions

Requirements

For building and running the application you need:

Running the application locally

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 package

locate to the target directory and execute the package

cd target
java -jar devops-training-0.0.1.jar

use command below to retireve book information generated during initialization by import.sql

curl http://localhost:8080/training/v1/book/all

Copyright

Released under the Apache License 2.0. See the LICENSE file.

About

DevOps 101 Trainings Workshop Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 100.0%