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 h2cache-spring-boot-starter-0.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.hyf.cache.autoconfigure
├─ com.hyf.cache.autoconfigure.H2CacheAutoConfigure.class - [JAR]
com.hyf.cache.ehcache
├─ com.hyf.cache.ehcache.H2CacheEhCacheConfiguration.class - [JAR]
com.hyf.cache.exception
├─ com.hyf.cache.exception.H2CacheRedisException.class - [JAR]
com.hyf.cache.properties
├─ com.hyf.cache.properties.H2CacheEhCacheProperties.class - [JAR]
├─ com.hyf.cache.properties.H2CacheRedisProperties.class - [JAR]
com.hyf.cache.manager
├─ com.hyf.cache.manager.H2CacheManager.class - [JAR]
├─ com.hyf.cache.manager.H2CacheManagerConfiguration.class - [JAR]
com.hyf.cache.cachetemplate
├─ com.hyf.cache.cachetemplate.H2CacheCache.class - [JAR]
com.hyf.cache.pojo
├─ com.hyf.cache.pojo.H2CacheRedisConfig.class - [JAR]
├─ com.hyf.cache.pojo.H2CacheRedisDefault.class - [JAR]
com.hyf.cache.redis
├─ com.hyf.cache.redis.H2CacheRedisConfiguration.class - [JAR]