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 kaizen4j-spring-boot-starter-1.3.8.RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.kaizen4j.starter.mybatis
├─ org.kaizen4j.starter.mybatis.MyBatisAutoConfiguration.class - [JAR]
├─ org.kaizen4j.starter.mybatis.MybatisProperties.class - [JAR]
org.kaizen4j.starter.view.velocity
├─ org.kaizen4j.starter.view.velocity.VelocityAutoConfiguration.class - [JAR]
├─ org.kaizen4j.starter.view.velocity.VelocityProperties.class - [JAR]
org.kaizen4j.starter.datasource.druid
├─ org.kaizen4j.starter.datasource.druid.DataSourceProperties.class - [JAR]
├─ org.kaizen4j.starter.datasource.druid.DruidDataSourceAutoConfiguration.class - [JAR]
├─ org.kaizen4j.starter.datasource.druid.RouterType.class - [JAR]
org.kaizen4j.starter.redis
├─ org.kaizen4j.starter.redis.RedisCacheAutoConfiguration.class - [JAR]
├─ org.kaizen4j.starter.redis.RedisProperties.class - [JAR]
org.kaizen4j.starter.resttemplate
├─ org.kaizen4j.starter.resttemplate.RestTemplateAutoConfiguration.class - [JAR]
├─ org.kaizen4j.starter.resttemplate.RestTemplateProperties.class - [JAR]