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 takin-auth-web-1.2.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.gitee.zhangchenyan.takin.auth
├─ com.gitee.zhangchenyan.takin.auth.AuthCheckLogin.class - [JAR]
├─ com.gitee.zhangchenyan.takin.auth.AuthCheckLoginHandlerInterceptor.class - [JAR]
├─ com.gitee.zhangchenyan.takin.auth.AuthCheckPermission.class - [JAR]
├─ com.gitee.zhangchenyan.takin.auth.AuthCheckPermissionHandlerInterceptor.class - [JAR]
├─ com.gitee.zhangchenyan.takin.auth.AuthCheckPermissionParameter.class - [JAR]
├─ com.gitee.zhangchenyan.takin.auth.AuthCheckSign.class - [JAR]
├─ com.gitee.zhangchenyan.takin.auth.AuthCheckSignParameter.class - [JAR]
├─ com.gitee.zhangchenyan.takin.auth.AuthCheckSignRequestBodyAdvice.class - [JAR]
├─ com.gitee.zhangchenyan.takin.auth.AuthWebMvcConfiguration.class - [JAR]