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 xr-redis-cache-service-starter-2.8.9-RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.xr.redis
├─ com.xr.redis.CustomRedisCacheManager.class - [JAR]
├─ com.xr.redis.RedisCacheConfig.class - [JAR]
├─ com.xr.redis.RedisCacheService.class - [JAR]
├─ com.xr.redis.RedisData.class - [JAR]
com.xr.redis.config
├─ com.xr.redis.config.RedisCacheServiceConfiguration.class - [JAR]
com.xr.redis.annotation
├─ com.xr.redis.annotation.EnableRedisCacheService.class - [JAR]