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 base-data-mybatis-1.1.0-RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.easyspring.framework.base.mapper
├─ io.easyspring.framework.base.mapper.BaseCurrentMapper.class - [JAR]
├─ io.easyspring.framework.base.mapper.BaseMapper.class - [JAR]
io.easyspring.framework.base.support
├─ io.easyspring.framework.base.support.BasePageable.class - [JAR]
├─ io.easyspring.framework.base.support.WeekendParameter.class - [JAR]
io.easyspring.framework.base.service
├─ io.easyspring.framework.base.service.BaseService.class - [JAR]
├─ io.easyspring.framework.base.service.ExtensionBaseService.class - [JAR]
io.easyspring.framework.base.model
├─ io.easyspring.framework.base.model.BaseModel.class - [JAR]
├─ io.easyspring.framework.base.model.ExtensionBaseModel.class - [JAR]
io.easyspring.framework.base.form
├─ io.easyspring.framework.base.form.BaseSortForm.class - [JAR]
io.easyspring.framework.base.properties
├─ io.easyspring.framework.base.properties.BasePageProperties.class - [JAR]
io.easyspring.framework.base.service.impl
├─ io.easyspring.framework.base.service.impl.BaseServiceImpl.class - [JAR]
├─ io.easyspring.framework.base.service.impl.ExtensionBaseServiceImpl.class - [JAR]
io.easyspring.framework.base.pagehelper
├─ io.easyspring.framework.base.pagehelper.PageInfo.class - [JAR]