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 shanhai-power-spring-boot-starter-1.0.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.wangshanhai.power.config
├─ com.wangshanhai.power.config.ShanHaiPowerConfigurer.class - [JAR]
├─ com.wangshanhai.power.config.ShanhaiPowerAnnotationPermissionsInterceptor.class - [JAR]
├─ com.wangshanhai.power.config.ShanhaiPowerConfig.class - [JAR]
├─ com.wangshanhai.power.config.ShanhaiPowerInterceptor.class - [JAR]
├─ com.wangshanhai.power.config.ShanhaiPowerRoutePermissionsInterceptor.class - [JAR]
com.wangshanhai.power.exceptions
├─ com.wangshanhai.power.exceptions.ShanHaiNotLoginException.class - [JAR]
├─ com.wangshanhai.power.exceptions.ShanHaiNotPermissionException.class - [JAR]
├─ com.wangshanhai.power.exceptions.ShanHaiPowerException.class - [JAR]
com.wangshanhai.power.open
├─ com.wangshanhai.power.open.ShanhaiPower.class - [JAR]
com.wangshanhai.power.service
├─ com.wangshanhai.power.service.PermissionService.class - [JAR]
├─ com.wangshanhai.power.service.PowerStoreService.class - [JAR]
├─ com.wangshanhai.power.service.TokenGenerateService.class - [JAR]
com.wangshanhai.power.dto
├─ com.wangshanhai.power.dto.RoutePermission.class - [JAR]
├─ com.wangshanhai.power.dto.TokenInfo.class - [JAR]
com.wangshanhai.power
├─ com.wangshanhai.power.PowerImportSelector.class - [JAR]
com.wangshanhai.power.utils
├─ com.wangshanhai.power.utils.HttpContextUtils.class - [JAR]
├─ com.wangshanhai.power.utils.Logger.class - [JAR]
├─ com.wangshanhai.power.utils.SerializeUtils.class - [JAR]
├─ com.wangshanhai.power.utils.SpringBeanUtils.class - [JAR]
├─ com.wangshanhai.power.utils.TokenAlgorithmUtils.class - [JAR]
com.wangshanhai.power.annotation
├─ com.wangshanhai.power.annotation.EnableShanHaiPower.class - [JAR]
├─ com.wangshanhai.power.annotation.RequestNotNeedAuth.class - [JAR]
├─ com.wangshanhai.power.annotation.RequiresPermissions.class - [JAR]
com.wangshanhai.power.service.impl
├─ com.wangshanhai.power.service.impl.PowerTokenGenerateServiceImpl.class - [JAR]
├─ com.wangshanhai.power.service.impl.RedisPowerStoreServiceImpl.class - [JAR]