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 moreco-core-0.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
xyz.weechang.moreco.core.controller
├─ xyz.weechang.moreco.core.controller.BaseController.class - [JAR]
xyz.weechang.moreco.core.model.domain
├─ xyz.weechang.moreco.core.model.domain.BaseDomain.class - [JAR]
xyz.weechang.moreco.core.service.impl
├─ xyz.weechang.moreco.core.service.impl.BaseServiceImpl.class - [JAR]
xyz.weechang.moreco.core.model.domain.enums
├─ xyz.weechang.moreco.core.model.domain.enums.YnEnums.class - [JAR]
xyz.weechang.moreco.core.error
├─ xyz.weechang.moreco.core.error.IError.class - [JAR]
├─ xyz.weechang.moreco.core.error.SysError.class - [JAR]
xyz.weechang.moreco.core.exception
├─ xyz.weechang.moreco.core.exception.AppException.class - [JAR]
xyz.weechang.moreco.core.service
├─ xyz.weechang.moreco.core.service.BaseService.class - [JAR]
xyz.weechang.moreco.core.model.dto
├─ xyz.weechang.moreco.core.model.dto.PageModel.class - [JAR]
├─ xyz.weechang.moreco.core.model.dto.QueryRequest.class - [JAR]
├─ xyz.weechang.moreco.core.model.dto.R.class - [JAR]
xyz.weechang.moreco.core.security
├─ xyz.weechang.moreco.core.security.MorecoSecurityContent.class - [JAR]
├─ xyz.weechang.moreco.core.security.MorecoSecurityService.class - [JAR]
├─ xyz.weechang.moreco.core.security.MorecoSecurityUser.class - [JAR]
├─ xyz.weechang.moreco.core.security.MorecoSecurityUtil.class - [JAR]
├─ xyz.weechang.moreco.core.security.UsernameAuditorBean.class - [JAR]