Skip to content

jomatt/spring-boot-multitenant-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot multi-tenant sample app

This sample app uses the Spring Boot starter library from Quantics which contains all the configuration options that are required to build a multi-tenant Spring Boot application.

There are two working examples in this repo which can be activated via Spring profiles:

Spring Profile Tenant resolution mode
default Header (using custom HTTP header)
prod JWT (using OAuth2 issuer claim)

The code in this repository accompanies the following blog posts:

Releases

No releases published

Packages

No packages published

Languages