View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- 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]