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 spring-oxygen-wechatgo-1.1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.ispong.oxygen.wechatgo.service
├─ com.ispong.oxygen.wechatgo.service.WechatgoService.class - [JAR]
com.ispong.oxygen.wechatgo.handler
├─ com.ispong.oxygen.wechatgo.handler.WechatgoEventHandler.class - [JAR]
com.ispong.oxygen.wechatgo.config
├─ com.ispong.oxygen.wechatgo.config.WechatgoAutoConfiguration.class - [JAR]
com.ispong.oxygen.wechatgo.pojo.entity
├─ com.ispong.oxygen.wechatgo.pojo.entity.WeChatAccessToken.class - [JAR]
├─ com.ispong.oxygen.wechatgo.pojo.entity.WeChatEventBody.class - [JAR]
com.ispong.oxygen.wechatgo.controller
├─ com.ispong.oxygen.wechatgo.controller.WechatgoController.class - [JAR]
com.ispong.oxygen.wechatgo.exception
├─ com.ispong.oxygen.wechatgo.exception.WechatgoException.class - [JAR]
com.ispong.oxygen.wechatgo.pojo.constant
├─ com.ispong.oxygen.wechatgo.pojo.constant.WechatgoConstants.class - [JAR]
com.ispong.oxygen.wechatgo.service.impl
├─ com.ispong.oxygen.wechatgo.service.impl.WechatgoServiceImpl.class - [JAR]
com.ispong.oxygen.wechatgo.cache
├─ com.ispong.oxygen.wechatgo.cache.WeChatTokenGenerator.class - [JAR]
├─ com.ispong.oxygen.wechatgo.cache.WechatgoTokenCache.class - [JAR]
├─ com.ispong.oxygen.wechatgo.cache.WechatgoTokenThread.class - [JAR]
com.ispong.oxygen.wechatgo.pojo.properties
├─ com.ispong.oxygen.wechatgo.pojo.properties.WechatgoProperties.class - [JAR]
com.ispong.oxygen.wechatgo.template
├─ com.ispong.oxygen.wechatgo.template.WechatgoTemplate.class - [JAR]