Skip to content

Demo spring boot application with travis and codecov

Notifications You must be signed in to change notification settings

awaniak/ADSDemoProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

codecov

Demo spring boot application

How to run

Run docker database:

docker run --name my-sql-db -e MYSQL_ROOT_PASSWORD=password -e MYSQL_USER=user_test -e MYSQL_PASSWORD=password -e MYSQL_DATABASE=db -p 3306:3306 -d mysql:latest

Install project

mvn install

Run project

java -jar target/ADSDemoProject-0.0.1-SNAPSHOT.jar

Rest documentation

Rest documentation avaliable after runinig the project

https://localhost:8080/swagger-ui.html#/

About

Demo spring boot application with travis and codecov

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages