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 discover-workflow-3.3.18-20230117.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.haoxuer.discover.workflow.data.service.impl
├─ com.haoxuer.discover.workflow.data.service.impl.FlowDefineServiceImpl.class - [JAR]
├─ com.haoxuer.discover.workflow.data.service.impl.FlowServiceImpl.class - [JAR]
com.haoxuer.discover.workflow.data.vo
├─ com.haoxuer.discover.workflow.data.vo.MyTaskHistoryVo.class - [JAR]
├─ com.haoxuer.discover.workflow.data.vo.TaskHistoryVo.class - [JAR]
├─ com.haoxuer.discover.workflow.data.vo.TaskVo.class - [JAR]
com.haoxuer.discover.workflow.data.util
├─ com.haoxuer.discover.workflow.data.util.DateFormat.class - [JAR]
com.haoxuer.discover.workflow.controller.admin
├─ com.haoxuer.discover.workflow.controller.admin.FlowDefineAction.class - [JAR]
├─ com.haoxuer.discover.workflow.controller.admin.WorkFlowController.class - [JAR]
com.haoxuer.discover.workflow.data.conver
├─ com.haoxuer.discover.workflow.data.conver.TaskVoConver.class - [JAR]
com.haoxuer.discover.workflow.data.entity
├─ com.haoxuer.discover.workflow.data.entity.FlowDefine.class - [JAR]
com.haoxuer.discover.workflow.data.so
├─ com.haoxuer.discover.workflow.data.so.FlowDefineSo.class - [JAR]
├─ com.haoxuer.discover.workflow.data.so.FlowSo.class - [JAR]
com.haoxuer.discover.workflow.data.dao
├─ com.haoxuer.discover.workflow.data.dao.FlowDefineDao.class - [JAR]
com.haoxuer.discover.workflow.data.app
├─ com.haoxuer.discover.workflow.data.app.App.class - [JAR]
com.haoxuer.discover.workflow.data.dao.impl
├─ com.haoxuer.discover.workflow.data.dao.impl.FlowDefineDaoImpl.class - [JAR]
com.haoxuer.discover.workflow.data.service
├─ com.haoxuer.discover.workflow.data.service.FlowDefineService.class - [JAR]
├─ com.haoxuer.discover.workflow.data.service.FlowService.class - [JAR]