Skip to content

devcentral-pnnl/springboot-multiproject

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gradle multi spring boot project

  • Domain layer with jpa
  • Admin web app "/admin" with spring security configured against jpa
  • main app

Separation

by separating the admin layer into it's own app we can launch it independently and work on it without the main app. In a larger app there would probably be a /api layer also with it's own security model

Todo

Launching everything together. having both the admin layer the base layer and possibly the api layer sharing the same domain

/ <- main app
/admin <- admin app
/api <- api app

About

Demo repo for a spring boot multiproject setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 93.6%
  • HTML 6.4%