Skip to content

viktorgt/spring-mongodb-multitenant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-mongodb-multitenant

Sample implementation of multi tenant with spring boot and mongo-db

Start MongoDB with docker

docker run --name mongo -d mongo:4.2.8-bionic

Tenants

application.properties configures two tenants: localhost and 127.0.0.1

Access sample by http://localhost:8080/users or http://127.0.0.1:8080/users

About

Sample implementation of multi tenant with spring boot and mongo-db

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages