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 spring-boot-starter-gaea-flowable-2.1.0.RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.anji.plus.gaea.flowable
├─ com.anji.plus.gaea.flowable.GaeaFlowableAutoConfiguration.class - [JAR]
com.anji.plus.gaea.flowable.config
├─ com.anji.plus.gaea.flowable.config.ApplicationConfiguration.class - [JAR]
├─ com.anji.plus.gaea.flowable.config.ApplicationDevelopmentConfiguration.class - [JAR]
├─ com.anji.plus.gaea.flowable.config.Bootstrapper.class - [JAR]
├─ com.anji.plus.gaea.flowable.config.DatabaseConfiguration.class - [JAR]
├─ com.anji.plus.gaea.flowable.config.JacksonConfiguration.class - [JAR]
├─ com.anji.plus.gaea.flowable.config.SecurityConfiguration.class - [JAR]
├─ com.anji.plus.gaea.flowable.config.WebConfig.class - [JAR]
com.anji.plus.gaea.flowable.controller
├─ com.anji.plus.gaea.flowable.controller.BaseController.class - [JAR]