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 prrbac-2.7.5-0.2.10.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
top.xtcoder.jdcbase.rbac.config
├─ top.xtcoder.jdcbase.rbac.config.PbRbacConfig.class - [JAR]
top.xtcoder.jdcbase.rbac.knife4j
├─ top.xtcoder.jdcbase.rbac.knife4j.Knife4jPrRbacConfiguration.class - [JAR]
top.xtcoder.jdcbase.rbac.entity
├─ top.xtcoder.jdcbase.rbac.entity.AdminInfo.class - [JAR]
├─ top.xtcoder.jdcbase.rbac.entity.AdminRole.class - [JAR]
├─ top.xtcoder.jdcbase.rbac.entity.Permission.class - [JAR]
├─ top.xtcoder.jdcbase.rbac.entity.Role.class - [JAR]
├─ top.xtcoder.jdcbase.rbac.entity.RolePermission.class - [JAR]
top.xtcoder.jdcbase.rbac.service
├─ top.xtcoder.jdcbase.rbac.service.PbRbacAccountService.class - [JAR]
├─ top.xtcoder.jdcbase.rbac.service.PbRbacPermissionService.class - [JAR]
├─ top.xtcoder.jdcbase.rbac.service.PbRbacRoleServer.class - [JAR]
top.xtcoder.jdcbase.rbac.params
├─ top.xtcoder.jdcbase.rbac.params.AdminRoleRelaParam.class - [JAR]
top.xtcoder.jdcbase.rbac.controller
├─ top.xtcoder.jdcbase.rbac.controller.PrRbacAdminController.class - [JAR]
├─ top.xtcoder.jdcbase.rbac.controller.PrRbacPermissionController.class - [JAR]
├─ top.xtcoder.jdcbase.rbac.controller.PrRbacRoleController.class - [JAR]
top.xtcoder.jdcbase.rbac.utils
├─ top.xtcoder.jdcbase.rbac.utils.RoleUtil.class - [JAR]
top.xtcoder.jdcbase.rbac.vo
├─ top.xtcoder.jdcbase.rbac.vo.MenuLoginResult.class - [JAR]
├─ top.xtcoder.jdcbase.rbac.vo.PermVo.class - [JAR]
├─ top.xtcoder.jdcbase.rbac.vo.RoleAUVO.class - [JAR]
top.xtcoder.jdcbase.rbac.auth
├─ top.xtcoder.jdcbase.rbac.auth.SaTokenConfigure.class - [JAR]
├─ top.xtcoder.jdcbase.rbac.auth.StpInterfaceImpl.class - [JAR]