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 dynamic-datasource-1.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.fykrel.datasource
├─ io.github.fykrel.datasource.DynamicDataSource.class - [JAR]
io.github.fykrel.interfaces
├─ io.github.fykrel.interfaces.TenantDataSourceService.class - [JAR]
io.github.fykrel.interceptors
├─ io.github.fykrel.interceptors.TenantInterceptor.class - [JAR]
io.github.fykrel.domain
├─ io.github.fykrel.domain.TenantDataSource.class - [JAR]
io.github.fykrel.support
├─ io.github.fykrel.support.TenantThreadLocalHolder.class - [JAR]
io.github.fykrel.runner
├─ io.github.fykrel.runner.DataSourceRunner.class - [JAR]
io.github.fykrel.config
├─ io.github.fykrel.config.AutoConfiguration.class - [JAR]
├─ io.github.fykrel.config.DynamicDataSourceConfig.class - [JAR]
├─ io.github.fykrel.config.MybatisPlusConfig.class - [JAR]
├─ io.github.fykrel.config.WebMvcConfig.class - [JAR]
io.github.fykrel.config.properties
├─ io.github.fykrel.config.properties.PrimaryDataSourceProperties.class - [JAR]
├─ io.github.fykrel.config.properties.TenantProperties.class - [JAR]