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 multi-datasource-spring-boot-starter-1.0.4.RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.xingren.datasource.entity
├─ com.github.xingren.datasource.entity.Tenant.class - [JAR]
com.github.xingren.datasource.mapper
├─ com.github.xingren.datasource.mapper.TenantMapper.class - [JAR]
com.github.xingren.datasource.config
├─ com.github.xingren.datasource.config.AutoConfiguration.class - [JAR]
├─ com.github.xingren.datasource.config.DataSourceInterceptor.class - [JAR]
├─ com.github.xingren.datasource.config.FeignInterceptor.class - [JAR]
├─ com.github.xingren.datasource.config.MyBatisPlusConfig.class - [JAR]
├─ com.github.xingren.datasource.config.WebfluxInterceptorConfiguration.class - [JAR]
├─ com.github.xingren.datasource.config.WebmvcInterceptorConfiguration.class - [JAR]
com.github.xingren.datasource.bean
├─ com.github.xingren.datasource.bean.ApplicationContextProvider.class - [JAR]
├─ com.github.xingren.datasource.bean.DynamicDataSource.class - [JAR]
com.github.xingren.datasource.constant
├─ com.github.xingren.datasource.constant.DataSourceConstant.class - [JAR]
com.github.xingren.datasource
├─ com.github.xingren.datasource.DataSourceLoader.class - [JAR]
├─ com.github.xingren.datasource.TenantContextHolder.class - [JAR]