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 db-starter-2023.4.24.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.touchbiz.db.starter.mybatis.aspect
├─ com.touchbiz.db.starter.mybatis.aspect.DynamicTableAspect.class - [JAR]
com.touchbiz.db.starter.service
├─ com.touchbiz.db.starter.service.TkBaseService.class - [JAR]
├─ com.touchbiz.db.starter.service.TkBaseServiceImpl.class - [JAR]
com.touchbiz.db.starter.mybatis
├─ com.touchbiz.db.starter.mybatis.MybatisInterceptor.class - [JAR]
├─ com.touchbiz.db.starter.mybatis.MybatisPlusSaasConfig.class - [JAR]
├─ com.touchbiz.db.starter.mybatis.ThreadLocalDataHelper.class - [JAR]
com.touchbiz.db.starter.mybatis.interceptor
├─ com.touchbiz.db.starter.mybatis.interceptor.DynamicDatasourceInterceptor.class - [JAR]
com.touchbiz.db.starter.domain
├─ com.touchbiz.db.starter.domain.BaseDomain.class - [JAR]
com.touchbiz.db.starter.configuration
├─ com.touchbiz.db.starter.configuration.TenantContext.class - [JAR]
com.touchbiz.db.starter.annotation
├─ com.touchbiz.db.starter.annotation.DynamicTable.class - [JAR]
com.touchbiz.db.starter.constant
├─ com.touchbiz.db.starter.constant.DataBaseConstant.class - [JAR]
com.touchbiz.db.starter.query
├─ com.touchbiz.db.starter.query.MatchTypeEnum.class - [JAR]
├─ com.touchbiz.db.starter.query.OrderBy.class - [JAR]
├─ com.touchbiz.db.starter.query.QueryCondition.class - [JAR]
├─ com.touchbiz.db.starter.query.QueryGenerator.class - [JAR]
├─ com.touchbiz.db.starter.query.QueryRuleEnum.class - [JAR]
com.touchbiz.db.starter.utils
├─ com.touchbiz.db.starter.utils.MybatisPlusUtil.class - [JAR]
├─ com.touchbiz.db.starter.utils.SqlInjectionUtil.class - [JAR]