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 hibernate-redisson-spring-boot-starter-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cn.inusha.hibernate.redisson.spring.boot.starter.config
├─ cn.inusha.hibernate.redisson.spring.boot.starter.config.SpringHibernateCacheAutoConfiguration.class - [JAR]
cn.inusha.hibernate.redisson.spring.boot.starter.processor
├─ cn.inusha.hibernate.redisson.spring.boot.starter.processor.HibernateRedisCacheBeanPostProcessor.class - [JAR]
cn.inusha.hibernate.redisson.spring.boot.starter.factory
├─ cn.inusha.hibernate.redisson.spring.boot.starter.factory.SpringJndiRedissonRegionFactory.class - [JAR]
├─ cn.inusha.hibernate.redisson.spring.boot.starter.factory.SpringRedissonRegionFactory.class - [JAR]
cn.inusha.hibernate.redisson.spring.boot.starter.properties
├─ cn.inusha.hibernate.redisson.spring.boot.starter.properties.FactoryTypeProperties.class - [JAR]