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 oss-spring-boot-autoconfigure-0.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.ncc0706.autoconfigure
├─ io.github.ncc0706.autoconfigure.MinioAutoConfiguration.class - [JAR]
├─ io.github.ncc0706.autoconfigure.S3AutoConfiguration.class - [JAR]
io.github.ncc0706.autoconfigure.properties
├─ io.github.ncc0706.autoconfigure.properties.Minio.class - [JAR]
├─ io.github.ncc0706.autoconfigure.properties.OssProperties.class - [JAR]
├─ io.github.ncc0706.autoconfigure.properties.S3.class - [JAR]