Skip to content

MathieuPPicard/SpringBootTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Template

Starter template for microservice api using springboot and a postgres database. Using the standard architectural pattern(Controller,Service,Repository) to easily employ the deployment of JPA object mapping. This will stay in a unfinish state as it is only used as a tamplate for future project that I would like to do.

Set up

  • in pom.xml add dependency if using another DB or other standard springboot plugins.
  • in application.properties change the properties depending on what plugins you are usings.
  • Don't forget to use the right drivers for your DB.
  • Modify Config.CustomConfiguration to add data at the start.
  • Will most likely run on localhost:8080

Exemple

img.png

Workout <- ManyToOne <- ExerciceLog -> ManyToOne -> user

About

Small template for micro-service using Springboot and postgres.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages