App Blueprints
The App Blueprints below can be used as a starting point to bootstrap and quickly build prototypes for new applications. Rename model entities and other artifacts with your preferred IDE to map it to your own business domain.
Entity-0

App Skeleton with package structure and dependencies but no persistent entities.
Micro-Service Dependencies
SSO Notifications Documents SocialStack
Spring Boot JPA Thymeleaf BootStrap 4 JQuery JS WidgetsEntity-1
Single Persistent Entity with Java/Spring Boot and JPA Persistence.
Single Persistent Entity with Java/Spring Boot and JPA Persistence, and CRUD managing MVC Web and Rest controllers and thymeleaf views.
Micro-Service Dependencies
SSO Notifications Documents SocialStack
Spring Boot JPA Thymeleaf BootStrap 4 JQuery JS WidgetsEntity-1-N
Two entities app with parent — child association.
Illustrates parent child relationOne-To-Many association between Parent entity and Child entity.
Micro-Service Dependencies
SSO Notifications Documents SocialStack
Spring Boot JPA Thymeleaf BootStrap 4 JQuery JS WidgetsEntity-N-M
Two entities app with many to many association.
Illustrates Many-To-Many association between AEntity entity and BEntity entity.
Micro-Service Dependencies
SSO Notifications Documents SocialStack
Spring Boot JPA Thymeleaf BootStrap 4 JQuery JS Widgets