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 framework-cloud-starter-mybatis-1.0.0.RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.gmwframework.cloud.mybatis.domain
├─ org.gmwframework.cloud.mybatis.domain.MyMetaObjectHandler.class - [JAR]
├─ org.gmwframework.cloud.mybatis.domain.UpdateAllColumnById.class - [JAR]
org.gmwframework.cloud.mybatis.autoconfigure
├─ org.gmwframework.cloud.mybatis.autoconfigure.MyBatisPlusAutoConfig.class - [JAR]
├─ org.gmwframework.cloud.mybatis.autoconfigure.MybatisPlusSqlInjector.class - [JAR]
org.gmwframework.cloud.mybatis.service
├─ org.gmwframework.cloud.mybatis.service.MybatisPlusPageQueryService.class - [JAR]
├─ org.gmwframework.cloud.mybatis.service.PageHelper.class - [JAR]
org.gmwframework.cloud.mybatis.convert
├─ org.gmwframework.cloud.mybatis.convert.PageMapStruct.class - [JAR]
org.gmwframework.cloud.mybatis.base
├─ org.gmwframework.cloud.mybatis.base.BaseEntity.class - [JAR]
├─ org.gmwframework.cloud.mybatis.base.PageExtendService.class - [JAR]