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 diboot-core-spring-boot-starter-2.7.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.diboot.core.starter
├─ com.diboot.core.starter.CoreAutoConfig.class - [JAR]
├─ com.diboot.core.starter.CorePluginInitializer.class - [JAR]
├─ com.diboot.core.starter.CoreProperties.class - [JAR]
├─ com.diboot.core.starter.GlobalProperties.class - [JAR]
├─ com.diboot.core.starter.RedisAutoConfig.class - [JAR]
com.diboot.core.cache
├─ com.diboot.core.cache.DynamicRedisCacheManager.class - [JAR]
com.diboot.core.mapper
├─ com.diboot.core.mapper.DictionaryMapper.class - [JAR]
com.diboot.core.service.impl
├─ com.diboot.core.service.impl.DictionaryServiceExtImpl.class - [JAR]