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 common-mybatis-plus-1.3.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cn.bootx.platform.common.mybatisplus.impl
├─ cn.bootx.platform.common.mybatisplus.impl.BaseManager.class - [JAR]
cn.bootx.platform.common.mybatisplus.base
├─ cn.bootx.platform.common.mybatisplus.base.MpBaseEntity.class - [JAR]
├─ cn.bootx.platform.common.mybatisplus.base.MpCreateEntity.class - [JAR]
├─ cn.bootx.platform.common.mybatisplus.base.MpDelEntity.class - [JAR]
├─ cn.bootx.platform.common.mybatisplus.base.MpIdEntity.class - [JAR]
cn.bootx.platform.common.mybatisplus.extension
├─ cn.bootx.platform.common.mybatisplus.extension.DataChangeRecorderInnerInterceptor.class - [JAR]
cn.bootx.platform.common.mybatisplus.handler
├─ cn.bootx.platform.common.mybatisplus.handler.JacksonRawTypeHandler.class - [JAR]
├─ cn.bootx.platform.common.mybatisplus.handler.SnowflakeIdentifierGenerator.class - [JAR]
cn.bootx.platform.common.mybatisplus.configuration
├─ cn.bootx.platform.common.mybatisplus.configuration.MpConfiguration.class - [JAR]
cn.bootx.platform.common.mybatisplus.interceptor
├─ cn.bootx.platform.common.mybatisplus.interceptor.MpInterceptor.class - [JAR]
├─ cn.bootx.platform.common.mybatisplus.interceptor.MpInterceptorConfiguration.class - [JAR]
cn.bootx.platform.common.mybatisplus.util
├─ cn.bootx.platform.common.mybatisplus.util.MpUtil.class - [JAR]
cn.bootx.platform.common.mybatisplus
├─ cn.bootx.platform.common.mybatisplus.MybatisPlusCommonAutoConfiguration.class - [JAR]