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 mmegp-maven-plugin-demo-mixedmapper-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
me.ningpp.mmegp.demo.entity
├─ me.ningpp.mmegp.demo.entity.SysRoleMenu.class - [JAR]
├─ me.ningpp.mmegp.demo.entity.SysRoleMenuExample.class - [JAR]
me.ningpp.mmegp.demo.mapper
├─ me.ningpp.mmegp.demo.mapper.SysRoleMenuMapper.class - [JAR]
me.ningpp.mmegp.demo.dao
├─ me.ningpp.mmegp.demo.dao.SysUserRoleMapper.class - [JAR]
me.ningpp.mmegp.demo.model
├─ me.ningpp.mmegp.demo.model.SysUserRole.class - [JAR]
├─ me.ningpp.mmegp.demo.model.SysUserRoleExample.class - [JAR]