Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 741 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 741 Bytes

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.

Whole article can be found on the following link https://medium.com/better-programming/how-to-build-a-multi-tenant-application-using-spring-boot-and-hibernate-718e16bfd456