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