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 roc-captcha-spring-boot-starter-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
icu.d4peng.cloud.common.captcha.properties
├─ icu.d4peng.cloud.common.captcha.properties.CaptchaProperties.class - [JAR]
icu.d4peng.cloud.common.captcha.service.impl
├─ icu.d4peng.cloud.common.captcha.service.impl.CaptchaServiceImpl.class - [JAR]
icu.d4peng.cloud.common.captcha
├─ icu.d4peng.cloud.common.captcha.CaptchaAutoConfiguration.class - [JAR]
icu.d4peng.cloud.common.captcha.exception
├─ icu.d4peng.cloud.common.captcha.exception.CaptchaException.class - [JAR]
icu.d4peng.cloud.common.captcha.enums
├─ icu.d4peng.cloud.common.captcha.enums.CaptchaEnum.class - [JAR]
icu.d4peng.cloud.common.captcha.service
├─ icu.d4peng.cloud.common.captcha.service.CaptchaService.class - [JAR]