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 dict-business-7.3.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cn.stylefeng.roses.kernel.dict.modular.service
├─ cn.stylefeng.roses.kernel.dict.modular.service.DictService.class - [JAR]
├─ cn.stylefeng.roses.kernel.dict.modular.service.DictTypeService.class - [JAR]
cn.stylefeng.roses.kernel.dict.modular.mapper
├─ cn.stylefeng.roses.kernel.dict.modular.mapper.DictMapper.class - [JAR]
├─ cn.stylefeng.roses.kernel.dict.modular.mapper.DictTypeMapper.class - [JAR]
cn.stylefeng.roses.kernel.dict.modular.pojo.request
├─ cn.stylefeng.roses.kernel.dict.modular.pojo.request.DictRequest.class - [JAR]
├─ cn.stylefeng.roses.kernel.dict.modular.pojo.request.DictTypeRequest.class - [JAR]
cn.stylefeng.roses.kernel.dict.modular.pojo
├─ cn.stylefeng.roses.kernel.dict.modular.pojo.TreeDictInfo.class - [JAR]
cn.stylefeng.roses.kernel.dict.modular.sqladapter
├─ cn.stylefeng.roses.kernel.dict.modular.sqladapter.DictSql.class - [JAR]
├─ cn.stylefeng.roses.kernel.dict.modular.sqladapter.DictTypeSql.class - [JAR]
cn.stylefeng.roses.kernel.dict.modular.service.impl
├─ cn.stylefeng.roses.kernel.dict.modular.service.impl.DictServiceImpl.class - [JAR]
├─ cn.stylefeng.roses.kernel.dict.modular.service.impl.DictTypeServiceImpl.class - [JAR]
cn.stylefeng.roses.kernel.dict.modular.controller
├─ cn.stylefeng.roses.kernel.dict.modular.controller.DictController.class - [JAR]
├─ cn.stylefeng.roses.kernel.dict.modular.controller.DictTypeController.class - [JAR]
cn.stylefeng.roses.kernel.dict.modular.entity
├─ cn.stylefeng.roses.kernel.dict.modular.entity.SysDict.class - [JAR]
├─ cn.stylefeng.roses.kernel.dict.modular.entity.SysDictType.class - [JAR]
cn.stylefeng.roses.kernel.dict.modular.init
├─ cn.stylefeng.roses.kernel.dict.modular.init.DictInitializer.class - [JAR]
├─ cn.stylefeng.roses.kernel.dict.modular.init.DictTypeInitializer.class - [JAR]