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 zuihou-user-starter-2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.zuihou.user.config
├─ com.github.zuihou.user.config.LoginArgResolverConfig.class - [JAR]
├─ com.github.zuihou.user.config.UserResolveFeignConfiguration.class - [JAR]
com.github.zuihou.user.resolver
├─ com.github.zuihou.user.resolver.ContextArgumentResolver.class - [JAR]
com.github.zuihou.user.feign
├─ com.github.zuihou.user.feign.UserQuery.class - [JAR]
├─ com.github.zuihou.user.feign.UserResolverService.class - [JAR]
com.github.zuihou.user.properties
├─ com.github.zuihou.user.properties.UserProperties.class - [JAR]
├─ com.github.zuihou.user.properties.UserType.class - [JAR]
com.github.zuihou.user.model
├─ com.github.zuihou.user.model.SysOrg.class - [JAR]
├─ com.github.zuihou.user.model.SysRole.class - [JAR]
├─ com.github.zuihou.user.model.SysStation.class - [JAR]
├─ com.github.zuihou.user.model.SysUser.class - [JAR]
com.github.zuihou.user.annotation
├─ com.github.zuihou.user.annotation.EnableLoginArgResolver.class - [JAR]
├─ com.github.zuihou.user.annotation.LoginUser.class - [JAR]
com.github.zuihou.user.interceptor
├─ com.github.zuihou.user.interceptor.ContextHandlerInterceptor.class - [JAR]