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 continew-starter-auth-satoken-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
top.charles7c.continew.starter.auth.satoken.autoconfigure
├─ top.charles7c.continew.starter.auth.satoken.autoconfigure.SaTokenAutoConfiguration.class - [JAR]
├─ top.charles7c.continew.starter.auth.satoken.autoconfigure.SaTokenDaoConfiguration.class - [JAR]
├─ top.charles7c.continew.starter.auth.satoken.autoconfigure.SaTokenExtensionProperties.class - [JAR]
top.charles7c.continew.starter.auth.satoken.properties
├─ top.charles7c.continew.starter.auth.satoken.properties.SaTokenDaoProperties.class - [JAR]
├─ top.charles7c.continew.starter.auth.satoken.properties.SaTokenSecurityProperties.class - [JAR]
top.charles7c.continew.starter.auth.satoken.impl
├─ top.charles7c.continew.starter.auth.satoken.impl.SaTokenDaoRedisImpl.class - [JAR]
top.charles7c.continew.starter.auth.satoken.enums
├─ top.charles7c.continew.starter.auth.satoken.enums.SaTokenDaoTypeEnum.class - [JAR]