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 user-favorite-business-8.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cn.stylefeng.roses.kernel.favorite.modular.pojo.response
├─ cn.stylefeng.roses.kernel.favorite.modular.pojo.response.SysUserFavoriteVo.class - [JAR]
cn.stylefeng.roses.kernel.favorite.modular.enums
├─ cn.stylefeng.roses.kernel.favorite.modular.enums.SysUserFavoriteExceptionEnum.class - [JAR]
cn.stylefeng.roses.kernel.favorite.modular.mapper
├─ cn.stylefeng.roses.kernel.favorite.modular.mapper.SysUserFavoriteMapper.class - [JAR]
cn.stylefeng.roses.kernel.favorite.modular.service.impl
├─ cn.stylefeng.roses.kernel.favorite.modular.service.impl.SysUserFavoriteServiceImpl.class - [JAR]
cn.stylefeng.roses.kernel.favorite.modular.entity
├─ cn.stylefeng.roses.kernel.favorite.modular.entity.SysUserFavorite.class - [JAR]
cn.stylefeng.roses.kernel.favorite.modular.controller
├─ cn.stylefeng.roses.kernel.favorite.modular.controller.FavoriteController.class - [JAR]
cn.stylefeng.roses.kernel.favorite.modular.pojo.request
├─ cn.stylefeng.roses.kernel.favorite.modular.pojo.request.SysUserFavoriteRequest.class - [JAR]
cn.stylefeng.roses.kernel.favorite.modular.service
├─ cn.stylefeng.roses.kernel.favorite.modular.service.SysUserFavoriteService.class - [JAR]