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 module-database-1.0.15.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.xuchen93.database.base
├─ com.github.xuchen93.database.base.BaseEntity.class - [JAR]
com.github.xuchen93.database.table.entity
├─ com.github.xuchen93.database.table.entity.SysUser.class - [JAR]
com.github.xuchen93.database.table.service
├─ com.github.xuchen93.database.table.service.SysUserService.class - [JAR]
com.github.xuchen93.database
├─ com.github.xuchen93.database.DataBaseApplication.class - [JAR]
com.github.xuchen93.database.table.dao
├─ com.github.xuchen93.database.table.dao.SysUserDao.class - [JAR]
com.github.xuchen93.database.table.service.impl
├─ com.github.xuchen93.database.table.service.impl.SysUserServiceImpl.class - [JAR]
com.github.xuchen93.database.config
├─ com.github.xuchen93.database.config.MybatisPlusConfig.class - [JAR]