java-tutorials/persistence-modules
Hamid Reza Sharifi 7af516d159 Bael 5407: Multitenancy with Spring Data JPA (#12507)
* BAEL-5407: add entity, repository, controller, main class

* BAEL-5407: add starter-web and postgres dependencies

* BAEL-5407: add sample script

* BAEL-5407: add tenant definition file

* BAEL-5407: add tenant filter

* BAEL-5407: add AbstractRoutingDataSource class

* BAEL-5407: add TenantContext class

* BAEL-5407: add MultitenantConfiguration class

* BAEL-5407: replace Object with String

* BAEL-5407: improve indentation

* BAEL-5407: remove printStackTrace()

* BAEL-5407: add security classes

* BAEL-5407: add security dependencies

* BAEL-5407: get Tenant from JWT token

* BAEL-5407: improve indent

* BAEL-5407: improve code quality

Co-authored-by: h_sharifi <h_sharifi@modernisc.com>
2022-08-23 22:33:31 +01:00
..
2022-07-30 06:46:34 +05:00
2022-05-21 21:29:02 +01:00
2022-07-21 14:06:29 +05:00
2021-10-29 09:37:04 +05:30
2022-01-16 19:58:01 +05:30
2022-07-26 08:14:19 +03:00
2022-05-23 16:48:34 +05:00
2022-07-05 15:47:57 +05:00
2022-07-21 13:59:02 +05:00

Persistence Modules

This module contains articles about persistence. Actual articles go into its submodules.