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 mybatis-plus-spring-boot-starter-0.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.sogdata.annotation
├─ com.github.sogdata.annotation.CreatedBy.class - [JAR]
├─ com.github.sogdata.annotation.CreatedDate.class - [JAR]
├─ com.github.sogdata.annotation.EnableMybatisPlus.class - [JAR]
├─ com.github.sogdata.annotation.LastModifiedBy.class - [JAR]
├─ com.github.sogdata.annotation.LastModifiedDate.class - [JAR]
├─ com.github.sogdata.annotation.PageableDefault.class - [JAR]
com.github.sogdata
├─ com.github.sogdata.MybatisPlusConfig.class - [JAR]
com.github.sogdata.enumeration
├─ com.github.sogdata.enumeration.Creator.class - [JAR]
├─ com.github.sogdata.enumeration.Direction.class - [JAR]
com.github.sogdata.interceptor
├─ com.github.sogdata.interceptor.AuditingInterceptor.class - [JAR]
├─ com.github.sogdata.interceptor.PageHandlerInterceptor.class - [JAR]
├─ com.github.sogdata.interceptor.PageImportSelector.class - [JAR]
com.github.sogdata.model
├─ com.github.sogdata.model.AccountAttribute.class - [JAR]
├─ com.github.sogdata.model.PageAttribute.class - [JAR]
├─ com.github.sogdata.model.PageCombinedSerializer.class - [JAR]
com.github.sogdata.util
├─ com.github.sogdata.util.TableUtils.class - [JAR]