ivlahek / multitenant-showcase

Multi tenant application using Spring Boot and Hibernate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Multi tenant application using Spring Boot and Hibernate


Languages

Language:Java 100.0%