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 authorization-spring-boot-starter-1.5.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.yanyun.auth.dto
├─ com.yanyun.auth.dto.ResultDto.class - [JAR]
├─ com.yanyun.auth.dto.SystemPermissionDto.class - [JAR]
com.yanyun.auth.util
├─ com.yanyun.auth.util.AuthUtils.class - [JAR]
├─ com.yanyun.auth.util.DigestMd5Utils.class - [JAR]
├─ com.yanyun.auth.util.FileScanUtils.class - [JAR]
├─ com.yanyun.auth.util.JarScanUtils.class - [JAR]
com.yanyun.auth.exception
├─ com.yanyun.auth.exception.TokenLegalException.class - [JAR]
com.yanyun.auth.service
├─ com.yanyun.auth.service.AuthPermissionService.class - [JAR]
├─ com.yanyun.auth.service.AuthRoleService.class - [JAR]
├─ com.yanyun.auth.service.AuthSystemService.class - [JAR]
├─ com.yanyun.auth.service.AuthUserService.class - [JAR]
com.yanyun.auth.model
├─ com.yanyun.auth.model.PermissionDto.class - [JAR]
├─ com.yanyun.auth.model.SystemModel.class - [JAR]
├─ com.yanyun.auth.model.SystemPermissionModel.class - [JAR]
├─ com.yanyun.auth.model.SystemRoleModel.class - [JAR]
├─ com.yanyun.auth.model.SystemUserModel.class - [JAR]
├─ com.yanyun.auth.model.TokenModel.class - [JAR]
com.yanyun.auth.api
├─ com.yanyun.auth.api.ApiController.class - [JAR]
├─ com.yanyun.auth.api.AuthController.class - [JAR]
com.yanyun.auth.config
├─ com.yanyun.auth.config.AuthAnnotationConfiguration.class - [JAR]
├─ com.yanyun.auth.config.AuthProperties.class - [JAR]
├─ com.yanyun.auth.config.AuthResourceAutoConfiguration.class - [JAR]
├─ com.yanyun.auth.config.CustomJwtTokenStore.class - [JAR]
├─ com.yanyun.auth.config.ScanPermissionComponent.class - [JAR]
com.yanyun.auth.swagger
├─ com.yanyun.auth.swagger.SwaggerPluginConfiguration.class - [JAR]
com.yanyun.auth.annotation
├─ com.yanyun.auth.annotation.RequireCheck.class - [JAR]
├─ com.yanyun.auth.annotation.ScanPermission.class - [JAR]