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 test-mapping-1.3.9.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.yulichang.test.mapping.enums
├─ com.github.yulichang.test.mapping.enums.Sex.class - [JAR]
com.github.yulichang.test.mapping.config
├─ com.github.yulichang.test.mapping.config.MybatisPlusConfig.class - [JAR]
com.github.yulichang.test.mapping
├─ com.github.yulichang.test.mapping.Application.class - [JAR]
com.github.yulichang.test.mapping.entity
├─ com.github.yulichang.test.mapping.entity.AddressDO.class - [JAR]
├─ com.github.yulichang.test.mapping.entity.AreaDO.class - [JAR]
├─ com.github.yulichang.test.mapping.entity.UserDO.class - [JAR]
com.github.yulichang.test.mapping.mapper
├─ com.github.yulichang.test.mapping.mapper.AddressMapper.class - [JAR]
├─ com.github.yulichang.test.mapping.mapper.AreaMapper.class - [JAR]
├─ com.github.yulichang.test.mapping.mapper.UserMapper.class - [JAR]