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-starter-1.2.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.mth.oss.spring.boot.autoconfigure.minio
├─ com.mth.oss.spring.boot.autoconfigure.minio.MinioStorage.class - [JAR]
com.mth.oss.spring.boot.autoconfigure.service
├─ com.mth.oss.spring.boot.autoconfigure.service.OssStorage.class - [JAR]
com.mth.oss.spring.boot.autoconfigure.aliyun
├─ com.mth.oss.spring.boot.autoconfigure.aliyun.AliyunStorage.class - [JAR]
com.mth.oss.spring.boot.autoconfigure
├─ com.mth.oss.spring.boot.autoconfigure.OssProperties.class - [JAR]
├─ com.mth.oss.spring.boot.autoconfigure.OssStarterAutoConfiguration.class - [JAR]