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 simba-spring-boot-starter-2.0.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
me.ahoo.simba.spring.boot.starter
├─ me.ahoo.simba.spring.boot.starter.ConditionalOnSimbaEnabled.class - [JAR]
├─ me.ahoo.simba.spring.boot.starter.EnabledSuffix.class - [JAR]
me.ahoo.simba.spring.boot.starter.redis
├─ me.ahoo.simba.spring.boot.starter.redis.ConditionalOnSimbaRedisEnabled.class - [JAR]
├─ me.ahoo.simba.spring.boot.starter.redis.RedisProperties.class - [JAR]
├─ me.ahoo.simba.spring.boot.starter.redis.SimbaSpringRedisAutoConfiguration.class - [JAR]
me.ahoo.simba.spring.boot.starter.jdbc
├─ me.ahoo.simba.spring.boot.starter.jdbc.ConditionalOnSimbaJdbcEnabled.class - [JAR]
├─ me.ahoo.simba.spring.boot.starter.jdbc.JdbcProperties.class - [JAR]
├─ me.ahoo.simba.spring.boot.starter.jdbc.SimbaJdbcAutoConfiguration.class - [JAR]
me.ahoo.simba.spring.boot.starter.zookeeper
├─ me.ahoo.simba.spring.boot.starter.zookeeper.ConditionalOnSimbaZookeeperEnabled.class - [JAR]
├─ me.ahoo.simba.spring.boot.starter.zookeeper.SimbaZookeeperAutoConfiguration.class - [JAR]
├─ me.ahoo.simba.spring.boot.starter.zookeeper.ZookeeperProperties.class - [JAR]