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 system-label-1.1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.ikingtech.platform.service.system.label.exception
├─ com.ikingtech.platform.service.system.label.exception.LabelExceptionInfo.class - [JAR]
com.ikingtech.platform.service.system.label.service
├─ com.ikingtech.platform.service.system.label.service.LabelAssignService.class - [JAR]
├─ com.ikingtech.platform.service.system.label.service.LabelService.class - [JAR]
com.ikingtech.platform.service.system.label.controller
├─ com.ikingtech.platform.service.system.label.controller.LabelController.class - [JAR]
com.ikingtech.platform.service.system.label.entity
├─ com.ikingtech.platform.service.system.label.entity.LabelAssignDO.class - [JAR]
├─ com.ikingtech.platform.service.system.label.entity.LabelDO.class - [JAR]
com.ikingtech.platform.service.system.label.mapper
├─ com.ikingtech.platform.service.system.label.mapper.LabelAssignMapper.class - [JAR]
├─ com.ikingtech.platform.service.system.label.mapper.LabelMapper.class - [JAR]