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