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 mxpio-boot-base-flowable-1.0.12-beta.8.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.mxpioframework.flowable.security
├─ com.mxpioframework.flowable.security.FlowableUser.class - [JAR]
com.mxpioframework.flowable.controller
├─ com.mxpioframework.flowable.controller.FlowController.class - [JAR]
com.mxpioframework.flowable.service
├─ com.mxpioframework.flowable.service.FlowService.class - [JAR]
com.mxpioframework.flowable.config
├─ com.mxpioframework.flowable.config.FlowableConfig.class - [JAR]
com.mxpioframework.flowable
├─ com.mxpioframework.flowable.FlowableConfiguration.class - [JAR]
com.mxpioframework.flowable.entity
├─ com.mxpioframework.flowable.entity.Flow.class - [JAR]
com.mxpioframework.flowable.service.impl
├─ com.mxpioframework.flowable.service.impl.FlowServiceImpl.class - [JAR]