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-organization-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.organization.controller
├─ com.ikingtech.platform.service.system.organization.controller.OrganizationController.class - [JAR]
com.ikingtech.platform.service.system.organization.mapper
├─ com.ikingtech.platform.service.system.organization.mapper.OrganizationMapper.class - [JAR]
com.ikingtech.platform.service.system.organization.configuration
├─ com.ikingtech.platform.service.system.organization.configuration.CompOrganizationConfiguration.class - [JAR]
com.ikingtech.platform.service.system.organization.exception
├─ com.ikingtech.platform.service.system.organization.exception.OrganizationExceptionInfo.class - [JAR]
com.ikingtech.platform.service.system.organization.service
├─ com.ikingtech.platform.service.system.organization.service.AbstractCompOrganizationService.class - [JAR]
├─ com.ikingtech.platform.service.system.organization.service.CompOrganizationService.class - [JAR]
├─ com.ikingtech.platform.service.system.organization.service.DeptOrgService.class - [JAR]
├─ com.ikingtech.platform.service.system.organization.service.ModelConverter.class - [JAR]
├─ com.ikingtech.platform.service.system.organization.service.OrganizationService.class - [JAR]
com.ikingtech.platform.service.system.organization.entity
├─ com.ikingtech.platform.service.system.organization.entity.OrganizationDO.class - [JAR]