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 config-8.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
shz.config
├─ shz.config.ConfigAutoConfiguration.class - [JAR]
├─ shz.config.ConfigDataSource.class - [JAR]
shz.config.service
├─ shz.config.service.ConfigService.class - [JAR]
├─ shz.config.service.DictDataService.class - [JAR]
├─ shz.config.service.DictTypeService.class - [JAR]
├─ shz.config.service.SimpleConfigService.class - [JAR]
shz.config.entity
├─ shz.config.entity.SysConfig.class - [JAR]
├─ shz.config.entity.SysDictData.class - [JAR]
├─ shz.config.entity.SysDictType.class - [JAR]