jar

com.github.binarywang : wx-java-channel-spring-boot-starter

Maven & Gradle

Aug 24, 2023

WxJava - Spring Boot Starter for Channel · 微信视频号开发的 Spring Boot Starter

Table Of Contents

Latest Version

Download com.github.binarywang : wx-java-channel-spring-boot-starter JAR file - Latest Versions:

All Versions

Download com.github.binarywang : wx-java-channel-spring-boot-starter JAR file - All Versions:

Version Vulnerabilities Size Updated
4.5.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 wx-java-channel-spring-boot-starter-4.5.5.B.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.binarywang.spring.starter.wxjava.channel.enums

├─ com.binarywang.spring.starter.wxjava.channel.enums.HttpClientType.class - [JAR]

├─ com.binarywang.spring.starter.wxjava.channel.enums.StorageType.class - [JAR]

com.binarywang.spring.starter.wxjava.channel.config.storage

├─ com.binarywang.spring.starter.wxjava.channel.config.storage.AbstractWxChannelConfigStorageConfiguration.class - [JAR]

├─ com.binarywang.spring.starter.wxjava.channel.config.storage.WxChannelInJedisConfigStorageConfiguration.class - [JAR]

├─ com.binarywang.spring.starter.wxjava.channel.config.storage.WxChannelInMemoryConfigStorageConfiguration.class - [JAR]

├─ com.binarywang.spring.starter.wxjava.channel.config.storage.WxChannelInRedisTemplateConfigStorageConfiguration.class - [JAR]

├─ com.binarywang.spring.starter.wxjava.channel.config.storage.WxChannelInRedissonConfigStorageConfiguration.class - [JAR]

com.binarywang.spring.starter.wxjava.channel.config

├─ com.binarywang.spring.starter.wxjava.channel.config.WxChannelAutoConfiguration.class - [JAR]

├─ com.binarywang.spring.starter.wxjava.channel.config.WxChannelServiceAutoConfiguration.class - [JAR]

├─ com.binarywang.spring.starter.wxjava.channel.config.WxChannelStorageAutoConfiguration.class - [JAR]

com.binarywang.spring.starter.wxjava.channel.properties

├─ com.binarywang.spring.starter.wxjava.channel.properties.RedisProperties.class - [JAR]

├─ com.binarywang.spring.starter.wxjava.channel.properties.WxChannelProperties.class - [JAR]

Advertisement