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 huohuzhihui-verify-1.0.3.RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.appleyk.verify.interceptor
├─ com.appleyk.verify.interceptor.LicenseVerifyInterceptor.class - [JAR]
com.appleyk.verify.annotion
├─ com.appleyk.verify.annotion.VLicense.class - [JAR]
com.appleyk.verify.config
├─ com.appleyk.verify.config.LicenseInterceptorConfig.class - [JAR]
├─ com.appleyk.verify.config.LicenseVerifyAutoConfigure.class - [JAR]
├─ com.appleyk.verify.config.LicenseVerifyProperties.class - [JAR]
com.appleyk.verify.controller
├─ com.appleyk.verify.controller.LoginTestController.class - [JAR]
├─ com.appleyk.verify.controller.PageController.class - [JAR]
├─ com.appleyk.verify.controller.User.class - [JAR]
├─ com.appleyk.verify.controller.VerifyTestController.class - [JAR]
com.appleyk.verify.listener
├─ com.appleyk.verify.listener.ACustomVerifyListener.class - [JAR]
├─ com.appleyk.verify.listener.LicenseVerifyListener.class - [JAR]