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 hserver-plugin-satoken-3.5.M1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cn.hserver.plugin.satoken.config
├─ cn.hserver.plugin.satoken.config.SaAnnotationInterceptor.class - [JAR]
├─ cn.hserver.plugin.satoken.config.SaTokenContextForHServer.class - [JAR]
├─ cn.hserver.plugin.satoken.config.SaTokenDaoRedis.class - [JAR]
cn.hserver.plugin.satoken
├─ cn.hserver.plugin.satoken.SaTokenPlugin.class - [JAR]
cn.hserver.plugin.satoken.mode
├─ cn.hserver.plugin.satoken.mode.SaRequestForHServer.class - [JAR]
├─ cn.hserver.plugin.satoken.mode.SaResponseForHServer.class - [JAR]
├─ cn.hserver.plugin.satoken.mode.SaStorageForHServer.class - [JAR]