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 structure-redis-starter-1.2.0.RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cn.structure.starter.redis.annotation
├─ cn.structure.starter.redis.annotation.RedisLock.class - [JAR]
cn.structure.starter.redis.configuration
├─ cn.structure.starter.redis.configuration.DistributedLockAspectConfiguration.class - [JAR]
├─ cn.structure.starter.redis.configuration.StructureRedisAutoConfiguration.class - [JAR]
cn.structure.starter.redis.lock
├─ cn.structure.starter.redis.lock.IDistributedLock.class - [JAR]
├─ cn.structure.starter.redis.lock.RedisDistributedLockImpl.class - [JAR]