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 fastdfs-file-service-starter-2.8.9-RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.xr.fastdfs.annotation
├─ com.xr.fastdfs.annotation.EnableFastDfsFileService.class - [JAR]
com.xr.fastdfs.config
├─ com.xr.fastdfs.config.FastDfsConfigProperties.class - [JAR]
├─ com.xr.fastdfs.config.FastDfsFileServiceConfiguration.class - [JAR]
com.xr.fastdfs.service
├─ com.xr.fastdfs.service.FastDfsFileService.class - [JAR]
com.xr.fastdfs.service.impl
├─ com.xr.fastdfs.service.impl.FastDfsFileServiceImpl.class - [JAR]