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 license-verify-spring-boot-starter-1.1.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.wudgaby.starter.license.verify.listener
├─ com.wudgaby.starter.license.verify.listener.LicenseVerifyInstallListener.class - [JAR]
com.wudgaby.starter.license.verify
├─ com.wudgaby.starter.license.verify.LicenseVerify.class - [JAR]
com.wudgaby.starter.license.verify.config
├─ com.wudgaby.starter.license.verify.config.LicenseProp.class - [JAR]
├─ com.wudgaby.starter.license.verify.config.LicenseVerifyAutoConfiguration.class - [JAR]
├─ com.wudgaby.starter.license.verify.config.LicenseWebConfiguration.class - [JAR]
com.wudgaby.starter.license.verify.enums
├─ com.wudgaby.starter.license.verify.enums.InstallEnum.class - [JAR]
com.wudgaby.starter.license.verify.aspect
├─ com.wudgaby.starter.license.verify.aspect.LicenseVerifyFilter.class - [JAR]
├─ com.wudgaby.starter.license.verify.aspect.LicenseVerifyInterceptor.class - [JAR]