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 vihacker-auth-starter-1.0.8.R.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cc.vihackerframework.core.auth.entity
├─ cc.vihackerframework.core.auth.entity.AdminAuthUser.class - [JAR]
├─ cc.vihackerframework.core.auth.entity.UserInfo.class - [JAR]
cc.vihackerframework.core.auth.aspect
├─ cc.vihackerframework.core.auth.aspect.PreAuthAspect.class - [JAR]
cc.vihackerframework.core.auth.util
├─ cc.vihackerframework.core.auth.util.ViHackerAuthUser.class - [JAR]
cc.vihackerframework.core.auth.configure
├─ cc.vihackerframework.core.auth.configure.ViHackerAuthAutoConfigure.class - [JAR]
cc.vihackerframework.core.auth.properties
├─ cc.vihackerframework.core.auth.properties.ViHackerUaaProperties.class - [JAR]