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 business-workbench-1.1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.ikingtech.platform.business.workbench.service
├─ com.ikingtech.platform.business.workbench.service.TodoTaskService.class - [JAR]
com.ikingtech.platform.business.workbench.entity
├─ com.ikingtech.platform.business.workbench.entity.TodoTaskDO.class - [JAR]
com.ikingtech.platform.business.workbench.exception
├─ com.ikingtech.platform.business.workbench.exception.WorkbenchExceptionInfo.class - [JAR]
com.ikingtech.platform.business.workbench.mapper
├─ com.ikingtech.platform.business.workbench.mapper.TodoTaskMapper.class - [JAR]
com.ikingtech.platform.business.workbench.controller
├─ com.ikingtech.platform.business.workbench.controller.TodoTaskController.class - [JAR]