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 storage-spring-boot-starter-1.0.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.chenygs.framework.storage.config.props
├─ io.github.chenygs.framework.storage.config.props.StorageProperties.class - [JAR]
io.github.chenygs.framework.storage.modular.local
├─ io.github.chenygs.framework.storage.modular.local.LocalStorageTemplate.class - [JAR]
io.github.chenygs.framework.storage.modular.oss.http
├─ io.github.chenygs.framework.storage.modular.oss.http.OssEndpoint.class - [JAR]
io.github.chenygs.framework.storage.modular.oss
├─ io.github.chenygs.framework.storage.modular.oss.OssTemplate.class - [JAR]
io.github.chenygs.framework.storage.config
├─ io.github.chenygs.framework.storage.config.LocalFileAutoConfiguration.class - [JAR]
├─ io.github.chenygs.framework.storage.config.OssAutoConfiguration.class - [JAR]
├─ io.github.chenygs.framework.storage.config.StorageAutoConfiguration.class - [JAR]
io.github.chenygs.framework.storage.modular
├─ io.github.chenygs.framework.storage.modular.StorageTemplate.class - [JAR]
io.github.chenygs.framework.storage.consts
├─ io.github.chenygs.framework.storage.consts.StorageConfigConstants.class - [JAR]