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 wk-nb-service-cms-5.2.8-nacos.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cn.wizzer.app.cms.commons.ig
├─ cn.wizzer.app.cms.commons.ig.IdGenerator.class - [JAR]
├─ cn.wizzer.app.cms.commons.ig.RedisIdGenerator.class - [JAR]
cn.wizzer.app.cms.modules.services.impl
├─ cn.wizzer.app.cms.modules.services.impl.CmsArticleServiceImpl.class - [JAR]
├─ cn.wizzer.app.cms.modules.services.impl.CmsChannelServiceImpl.class - [JAR]
├─ cn.wizzer.app.cms.modules.services.impl.CmsLinkClassServiceImpl.class - [JAR]
├─ cn.wizzer.app.cms.modules.services.impl.CmsLinkServiceImpl.class - [JAR]
├─ cn.wizzer.app.cms.modules.services.impl.CmsSiteServiceImpl.class - [JAR]
cn.wizzer.app.cms.commons.core
├─ cn.wizzer.app.cms.commons.core.DubboRpcCmsMainLauncher.class - [JAR]