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 file-spring-boot-starter-1.1.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.mobaijun.file.config
├─ com.mobaijun.file.config.FileAutoConfiguration.class - [JAR]
com.mobaijun.file.core
├─ com.mobaijun.file.core.AbstractFileClient.class - [JAR]
├─ com.mobaijun.file.core.FileClient.class - [JAR]
com.mobaijun.file.ftp
├─ com.mobaijun.file.ftp.FtpFileClient.class - [JAR]
├─ com.mobaijun.file.ftp.FtpMode.class - [JAR]
com.mobaijun.file.local
├─ com.mobaijun.file.local.LocalFileClient.class - [JAR]
com.mobaijun.file.util
├─ com.mobaijun.file.util.StreamUtil.class - [JAR]
com.mobaijun.file.prop
├─ com.mobaijun.file.prop.FileProperties.class - [JAR]
com.mobaijun.file.exception
├─ com.mobaijun.file.exception.FileException.class - [JAR]