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 clever-framework-files-1.0.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.toquery.framework.files.service
├─ io.github.toquery.framework.files.service.ISysFilesService.class - [JAR]
io.github.toquery.framework.files.autoconfig
├─ io.github.toquery.framework.files.autoconfig.AppFilesAutoConfiguration.class - [JAR]
io.github.toquery.framework.files.service.impl
├─ io.github.toquery.framework.files.service.impl.SysFilesServiceImpl.class - [JAR]
io.github.toquery.framework.files.rest
├─ io.github.toquery.framework.files.rest.AppFilesRest.class - [JAR]
io.github.toquery.framework.files.domain
├─ io.github.toquery.framework.files.domain.SysFiles.class - [JAR]
io.github.toquery.framework.files.repository
├─ io.github.toquery.framework.files.repository.SysFilesRepository.class - [JAR]
io.github.toquery.framework.files.properties
├─ io.github.toquery.framework.files.properties.AppFilesProperties.class - [JAR]