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 weixin-spring-boot-starter-1.8.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
top.jfunc.weixin.controller
├─ top.jfunc.weixin.controller.BaseWxDevelopController.class - [JAR]
├─ top.jfunc.weixin.controller.WxDevelopFinalController.class - [JAR]
top.jfunc.weixin.utils
├─ top.jfunc.weixin.utils.SortUtil.class - [JAR]
top.jfunc.weixin.cache
├─ top.jfunc.weixin.cache.SpringAccessTokenCache.class - [JAR]
top.jfunc.weixin.config
├─ top.jfunc.weixin.config.EnableWeixinAutoConfiguration.class - [JAR]
├─ top.jfunc.weixin.config.MsgInterceptor.class - [JAR]
├─ top.jfunc.weixin.config.WeixinAutoConfiguration.class - [JAR]
├─ top.jfunc.weixin.config.WeixinProperties.class - [JAR]
├─ top.jfunc.weixin.config.WxaMsg.class - [JAR]
top.jfunc.weixin.handler
├─ top.jfunc.weixin.handler.BaseMessageHandler.class - [JAR]
├─ top.jfunc.weixin.handler.FinalMessageHandler.class - [JAR]
├─ top.jfunc.weixin.handler.MessageHandler.class - [JAR]
├─ top.jfunc.weixin.handler.MessageHandlerUtil.class - [JAR]