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-generator-maven-plugin-1.0.0-RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.fish.fly.mojo
├─ org.fish.fly.mojo.MpCodeGeneratorMojo.class - [JAR]
org.spb.code.mybatis.mapper
├─ org.spb.code.mybatis.mapper.SchoolMapper.class - [JAR]
├─ org.spb.code.mybatis.mapper.UserMapper.class - [JAR]
org.spb.code.dao.service.impl
├─ org.spb.code.dao.service.impl.SchoolServiceImpl.class - [JAR]
├─ org.spb.code.dao.service.impl.UserServiceImpl.class - [JAR]
org.spb.code.dao.model
├─ org.spb.code.dao.model.School.class - [JAR]
├─ org.spb.code.dao.model.User.class - [JAR]
org.spb.code.controller
├─ org.spb.code.controller.SchoolController.class - [JAR]
├─ org.spb.code.controller.UserController.class - [JAR]
org.fish.fly
├─ org.fish.fly.MpCodeGenerator.class - [JAR]
org.spb.code.dao.service
├─ org.spb.code.dao.service.SchoolService.class - [JAR]
├─ org.spb.code.dao.service.UserService.class - [JAR]
org.fish.fly.config
├─ org.fish.fly.config.MpCodeGeneratorConfig.class - [JAR]