Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Spring Starter

Spring starter project.

This project uses Spring as dependency injection framework. Jooby MVC routes are automatically discovered by Spring.

Additionally, shows a simple Pet API using Spring Data JPA.

Database migration are management by Flyway.

run

mvn jooby:run

help