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-role-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.role.service
├─ com.ikingtech.platform.service.system.role.service.AbstractCompRoleService.class - [JAR]
├─ com.ikingtech.platform.service.system.role.service.CompRoleService.class - [JAR]
├─ com.ikingtech.platform.service.system.role.service.DeptRoleDataScopeService.class - [JAR]
├─ com.ikingtech.platform.service.system.role.service.MenuRoleService.class - [JAR]
├─ com.ikingtech.platform.service.system.role.service.RoleDataScopeRepository.class - [JAR]
├─ com.ikingtech.platform.service.system.role.service.RoleMenuRepository.class - [JAR]
├─ com.ikingtech.platform.service.system.role.service.RoleRepository.class - [JAR]
├─ com.ikingtech.platform.service.system.role.service.UserRoleService.class - [JAR]
com.ikingtech.platform.service.system.role.configuration
├─ com.ikingtech.platform.service.system.role.configuration.CompRoleConfiguration.class - [JAR]
com.ikingtech.platform.service.system.role.entity
├─ com.ikingtech.platform.service.system.role.entity.RoleDO.class - [JAR]
├─ com.ikingtech.platform.service.system.role.entity.RoleDataScopeDO.class - [JAR]
├─ com.ikingtech.platform.service.system.role.entity.RoleMenuDO.class - [JAR]
com.ikingtech.platform.service.system.role.mapper
├─ com.ikingtech.platform.service.system.role.mapper.RoleDataScopeMapper.class - [JAR]
├─ com.ikingtech.platform.service.system.role.mapper.RoleMapper.class - [JAR]
├─ com.ikingtech.platform.service.system.role.mapper.RoleMenuMapper.class - [JAR]
com.ikingtech.platform.service.system.role.controller
├─ com.ikingtech.platform.service.system.role.controller.RoleController.class - [JAR]
com.ikingtech.platform.service.system.role.exception
├─ com.ikingtech.platform.service.system.role.exception.RoleExceptionInfo.class - [JAR]