jar

io.github.julianrueck : multitenancy-spring-boot-starter

Maven & Gradle

May 20, 2022
3 stars

Provides an implementation for multitenancy

Table Of Contents

Latest Version

Download io.github.julianrueck : multitenancy-spring-boot-starter JAR file - Latest Versions:

All Versions

Download io.github.julianrueck : multitenancy-spring-boot-starter JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window multitenancy-spring-boot-starter-1.1.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.julianrueck.interceptor

├─ io.github.julianrueck.interceptor.TenantIdInterceptor.class - [JAR]

io.github.julianrueck.core

├─ io.github.julianrueck.core.ThreadLocalStorage.class - [JAR]

io.github.julianrueck.routing

├─ io.github.julianrueck.routing.TenantAwareRoutingSource.class - [JAR]

io.github.julianrueck.customer

├─ io.github.julianrueck.customer.Customer.class - [JAR]

├─ io.github.julianrueck.customer.CustomerController.class - [JAR]

├─ io.github.julianrueck.customer.CustomerRepository.class - [JAR]

├─ io.github.julianrueck.customer.CustomerService.class - [JAR]

io.github.julianrueck.autoconfigure

├─ io.github.julianrueck.autoconfigure.InterceptorConfiguration.class - [JAR]

├─ io.github.julianrueck.autoconfigure.MultitenancyAutoConfiguration.class - [JAR]

├─ io.github.julianrueck.autoconfigure.MultitenancyProperties.class - [JAR]

├─ io.github.julianrueck.autoconfigure.TenantProperties.class - [JAR]