Skip to content

This is a forked project to understand the working of a multi-tenant SaaS application having separate database per tenant using Spring Boot 2 + JPA + Hibernate + Spring Security 5

License

Notifications You must be signed in to change notification settings

adeshanand/Multitenant-SaaS-Application

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Saas style database per tenant multitenancy with Spring Boot 2 and Spring Security 5

SaaS application style multi-tenancy with database per tenant using Spring Boot 2 + JPA + Hibernate + Spring Security 5. This app is built with MySQL as the database. It can be adapted to use any other database like Microsoft SQL Server.

This repository contains code which accompanies the blog post Building SaaS style multi-tenant web app with Spring Boot 2 and Spring Security 5

Getting Started

This is a typical maven project. Download the source as a zip file or checkout the code and import as an Existing Maven project in your IDE.

Prerequisites

  • Java 8
  • Spring Boot 2
  • MySQL
  • Not mandatory, but you can use any suitable IDE like Spring STS

Authors

License

This project is licensed under the Apache License - see the LICENSE.md file for details

Request

You are free to fork this repository, but please drop me a note at [email protected]

About

This is a forked project to understand the working of a multi-tenant SaaS application having separate database per tenant using Spring Boot 2 + JPA + Hibernate + Spring Security 5

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • Java 93.0%
  • HTML 6.9%
  • CSS 0.1%