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 redis-cache-spring-boot-starter-0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
icu.funkye.redis.cache.starter.config
├─ icu.funkye.redis.cache.starter.config.JedisCacheProperties.class - [JAR]
icu.funkye.redis.cache.starter
├─ icu.funkye.redis.cache.starter.RedisCaheAutoConfigure.class - [JAR]
icu.funkye.redis.cache.starter.service.impl
├─ icu.funkye.redis.cache.starter.service.impl.RedisCacheServiceImpl.class - [JAR]
icu.funkye.redis.cache.starter.config.annotation
├─ icu.funkye.redis.cache.starter.config.annotation.RedisCache.class - [JAR]
icu.funkye.redis.cache.starter.service
├─ icu.funkye.redis.cache.starter.service.IRedisCacheService.class - [JAR]
icu.funkye.redis.cache.starter.aspect
├─ icu.funkye.redis.cache.starter.aspect.RedisClusterCacheAspect.class - [JAR]