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.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.jack.config
├─ com.jack.config.OssAutoConfiguration.class - [JAR]
├─ com.jack.config.TestConfig.class - [JAR]
com.jack.properties
├─ com.jack.properties.OssProperties.class - [JAR]
com.jack.oss.impl
├─ com.jack.oss.impl.OssTemplateImpl.class - [JAR]
com.jack.oss
├─ com.jack.oss.OssTemplate.class - [JAR]