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 iadmin-core-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
xyz.iotcode.iadmin.core.wrapper
├─ xyz.iotcode.iadmin.core.wrapper.QueryCondition.class - [JAR]
├─ xyz.iotcode.iadmin.core.wrapper.WrapperFactory.class - [JAR]
xyz.iotcode.iadmin.core
├─ xyz.iotcode.iadmin.core.CoreApplication.class - [JAR]
├─ xyz.iotcode.iadmin.core.CoreApplicationConfig.class - [JAR]
├─ xyz.iotcode.iadmin.core.MybatisPlusGenerator.class - [JAR]
xyz.iotcode.iadmin.core.base.dto
├─ xyz.iotcode.iadmin.core.base.dto.PageDTO.class - [JAR]
xyz.iotcode.iadmin.core.spring
├─ xyz.iotcode.iadmin.core.spring.SpringProfileConditional.class - [JAR]
xyz.iotcode.iadmin.core.config
├─ xyz.iotcode.iadmin.core.config.RedisKeyConfig.class - [JAR]