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 jpa-mapper-spring-boot-example-1.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.ffch.boot.config
├─ com.github.ffch.boot.config.MapperConfiguration.class - [JAR]
com.github.ffch.boot.dao
├─ com.github.ffch.boot.dao.UserInfoDao.class - [JAR]
├─ com.github.ffch.boot.dao.UserInfoHisDao.class - [JAR]
├─ com.github.ffch.boot.dao.UserInfoSortDao.class - [JAR]
├─ com.github.ffch.boot.dao.UserRoleDao.class - [JAR]
com.github.ffch.boot.web
├─ com.github.ffch.boot.web.MybatisRest.class - [JAR]
├─ com.github.ffch.boot.web.ShardingRest.class - [JAR]
├─ com.github.ffch.boot.web.SortRest.class - [JAR]
├─ com.github.ffch.boot.web.WebRest.class - [JAR]
com.github.ffch.boot
├─ com.github.ffch.boot.BootSqlApp.class - [JAR]
com.github.ffch.boot.domain
├─ com.github.ffch.boot.domain.Page.class - [JAR]
├─ com.github.ffch.boot.domain.UserInfo.class - [JAR]
├─ com.github.ffch.boot.domain.UserInfoHis.class - [JAR]
├─ com.github.ffch.boot.domain.UserRole.class - [JAR]
com.github.ffch.boot.druid
├─ com.github.ffch.boot.druid.DruidConfiguration.class - [JAR]