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 faster-framework-spring-boot-autoconfigure-core-1.2.0.RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cn.org.faster.framework.spring.boot.autoconfigure
├─ cn.org.faster.framework.spring.boot.autoconfigure.ProjectProperties.class - [JAR]
cn.org.faster.framework.spring.boot.autoconfigure.web
├─ cn.org.faster.framework.spring.boot.autoconfigure.web.WebAutoConfiguration.class - [JAR]
cn.org.faster.framework.spring.boot.autoconfigure.cache
├─ cn.org.faster.framework.spring.boot.autoconfigure.cache.CacheAutoConfiguration.class - [JAR]
├─ cn.org.faster.framework.spring.boot.autoconfigure.cache.CacheProperties.class - [JAR]
cn.org.faster.framework.spring.boot.autoconfigure.upload
├─ cn.org.faster.framework.spring.boot.autoconfigure.upload.UploadAutoConfiguration.class - [JAR]
├─ cn.org.faster.framework.spring.boot.autoconfigure.upload.UploadProperties.class - [JAR]
cn.org.faster.framework.spring.boot.autoconfigure.mybatis
├─ cn.org.faster.framework.spring.boot.autoconfigure.mybatis.DruidProperties.class - [JAR]
├─ cn.org.faster.framework.spring.boot.autoconfigure.mybatis.MybatisPlusAutoConfiguration.class - [JAR]
cn.org.faster.framework.spring.boot.autoconfigure.auth
├─ cn.org.faster.framework.spring.boot.autoconfigure.auth.AuthAutoConfiguration.class - [JAR]
├─ cn.org.faster.framework.spring.boot.autoconfigure.auth.AuthProperties.class - [JAR]
cn.org.faster.framework.spring.boot.autoconfigure.captcha
├─ cn.org.faster.framework.spring.boot.autoconfigure.captcha.CaptchaConfiguration.class - [JAR]