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 helio-starter-tenant-1.8.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cc.uncarbon.framework.tenant.config
├─ cc.uncarbon.framework.tenant.config.GlobalTenantDataSourceConfiguration.class - [JAR]
├─ cc.uncarbon.framework.tenant.config.HelioTenantAutoConfiguration.class - [JAR]
cc.uncarbon.framework.tenant.tenantdatasource
├─ cc.uncarbon.framework.tenant.tenantdatasource.GlobalTenantDataSourceAdvisor.class - [JAR]
├─ cc.uncarbon.framework.tenant.tenantdatasource.GlobalTenantDataSourceInterceptor.class - [JAR]
cc.uncarbon.framework.tenant.support
├─ cc.uncarbon.framework.tenant.support.TenantDataSourceSupport.class - [JAR]
├─ cc.uncarbon.framework.tenant.support.TenantLineSupport.class - [JAR]
├─ cc.uncarbon.framework.tenant.support.TenantTableSupport.class - [JAR]
cc.uncarbon.framework.tenant.annotation
├─ cc.uncarbon.framework.tenant.annotation.EnableGlobalTenantDataSource.class - [JAR]
├─ cc.uncarbon.framework.tenant.annotation.IgnoreTenantDataSource.class - [JAR]