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 uid-generator-mybatis-plus-spring-boot-starter-1.1-bate.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.chungkui.uid.entity
├─ com.chungkui.uid.entity.WorkerNode.class - [JAR]
com.chungkui.uid.mapper
├─ com.chungkui.uid.mapper.WorkerNodeMapper.class - [JAR]
com.chungkui.uid
├─ com.chungkui.uid.UidMybatisPlusConfiguration.class - [JAR]
com.chungkui.uid.service
├─ com.chungkui.uid.service.WorkerNodeService.class - [JAR]
├─ com.chungkui.uid.service.WorkerNodeServiceImpl.class - [JAR]