jar

net.dreamlu : spring-boot-starter-weixin

Maven & Gradle

May 01, 2020

spring-boot-starter-weixin · A spring boot starter for JFinal weixin.

Table Of Contents

Latest Version

Download net.dreamlu : spring-boot-starter-weixin JAR file - Latest Versions:

All Versions

Download net.dreamlu : spring-boot-starter-weixin JAR file - All Versions:

Version Vulnerabilities Size Updated
1.4.x
1.3.x
1.2.x
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. 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]

Advertisement