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-boot-starter-weixin-1.4.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
net.dreamlu.weixin.spring
├─ net.dreamlu.weixin.spring.DreamMsgControllerAdapter.class - [JAR]
├─ net.dreamlu.weixin.spring.DreamWxaMsgController.class - [JAR]
├─ net.dreamlu.weixin.spring.MsgController.class - [JAR]
├─ net.dreamlu.weixin.spring.MsgInterceptor.class - [JAR]
├─ net.dreamlu.weixin.spring.WebUtils.class - [JAR]
net.dreamlu.weixin.properties
├─ net.dreamlu.weixin.properties.DreamWeixinProperties.class - [JAR]
net.dreamlu.weixin.config
├─ net.dreamlu.weixin.config.DreamWeixinAutoConfiguration.class - [JAR]
├─ net.dreamlu.weixin.config.WeixinAppConfig.class - [JAR]
├─ net.dreamlu.weixin.config.WxConf.class - [JAR]
├─ net.dreamlu.weixin.config.WxConfigLoader.class - [JAR]
├─ net.dreamlu.weixin.config.WxaConf.class - [JAR]
├─ net.dreamlu.weixin.config.WxaMsgParser.class - [JAR]
net.dreamlu.weixin.annotation
├─ net.dreamlu.weixin.annotation.WxApi.class - [JAR]
├─ net.dreamlu.weixin.annotation.WxMsgController.class - [JAR]
net.dreamlu.weixin.cache
├─ net.dreamlu.weixin.cache.SpringAccessTokenCache.class - [JAR]