Skip to content

turiot/demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo application of rest services.

Implemented in Java 11 using Spring Boot.
2 differents solutions for persistence : JPA (dao) or MapDB (dao2).

To build : mvn clean install -Pjpa (ou -Pmapdb)
To run : mvn spring-boot:run -Pjpa (ou -Pmapdb)

cf doc folder for diagrams.
a swagger documentation is visible at http://localhost:8080/api/v2/api-docs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages