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-city-business-8.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cn.stylefeng.roses.kernel.city.modular.service.impl
├─ cn.stylefeng.roses.kernel.city.modular.service.impl.AreaServiceImpl.class - [JAR]
cn.stylefeng.roses.kernel.city.modular.controller
├─ cn.stylefeng.roses.kernel.city.modular.controller.AreaController.class - [JAR]
cn.stylefeng.roses.kernel.city.modular.pojo.request
├─ cn.stylefeng.roses.kernel.city.modular.pojo.request.AreaRequest.class - [JAR]
cn.stylefeng.roses.kernel.city.modular.service
├─ cn.stylefeng.roses.kernel.city.modular.service.AreaService.class - [JAR]
cn.stylefeng.roses.kernel.city.modular.mapper
├─ cn.stylefeng.roses.kernel.city.modular.mapper.AreaMapper.class - [JAR]
cn.stylefeng.roses.kernel.city.modular.enums
├─ cn.stylefeng.roses.kernel.city.modular.enums.AreaExceptionEnum.class - [JAR]
cn.stylefeng.roses.kernel.city.modular.entity
├─ cn.stylefeng.roses.kernel.city.modular.entity.Area.class - [JAR]