Skip to content

ichsteffen/multitenant-showcase

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi tenant application using Spring Boot and Hibernate

This is a maven project. It can be executed by typing

mvn clean install -Pjenkins.

In this tutorial we will learn how to build a multi tenant application using Spring Boot and Hibernate.

We will show how to build a multi tenant application in which tenants are using shared database and shared schema.

Others multi tenant approaches are supported by the Hibernate and Spring out of the box.

Shared database and shared schema is not supported by Hibernate and Spring and some manual labor is needed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%