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 mate-starter-database-4.6.8.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
vip.mate.core.database.enums
├─ vip.mate.core.database.enums.DataScopeTypeEnum.class - [JAR]
├─ vip.mate.core.database.enums.OrderTypeEnum.class - [JAR]
vip.mate.core.database.config
├─ vip.mate.core.database.config.DruidConfiguration.class - [JAR]
├─ vip.mate.core.database.config.JacksonConfiguration.class - [JAR]
├─ vip.mate.core.database.config.MybatisPlusConfiguration.class - [JAR]
├─ vip.mate.core.database.config.TenantConfiguration.class - [JAR]
vip.mate.core.database.entity
├─ vip.mate.core.database.entity.BaseEntity.class - [JAR]
├─ vip.mate.core.database.entity.Search.class - [JAR]
vip.mate.core.database.util
├─ vip.mate.core.database.util.PageUtil.class - [JAR]
vip.mate.core.database.datascope
├─ vip.mate.core.database.datascope.DataScope.class - [JAR]
vip.mate.core.database.handler
├─ vip.mate.core.database.handler.MateMetaObjectHandler.class - [JAR]
vip.mate.core.database.props
├─ vip.mate.core.database.props.TenantProperties.class - [JAR]