Skip to content

JoaoVitorStein/spring-multitenancy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This repository implements a Spring Boot Multitenancy example. Each tenant uses different databases, it's the highest level os isolation. It also implements multitenancy Cache, its differencial is that each tenant will have it's own cache namespace, a example, if you have two tenants, TenantOne and TenantTwo, and you declare a cacheable method with it's name as employee, behind the scenes, your application will have two caches, TenantOne.employee and TenantTwo.employee.

About

Spring Boot Multitenancy Database and Cache

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages