icewx

WeChat public number platform framework.

License

License

GroupId

GroupId

com.icexxx
ArtifactId

ArtifactId

icewx
Last Version

Last Version

1.0.5
Release Date

Release Date

Type

Type

jar
Description

Description

icewx
WeChat public number platform framework.
Project URL

Project URL

http://maven.apache.org
Source Code Management

Source Code Management

https://github.com/iceroot/icewx.git

Download icewx

How to add to project

<!-- https://jarcasting.com/artifacts/com.icexxx/icewx/ -->
<dependency>
    <groupId>com.icexxx</groupId>
    <artifactId>icewx</artifactId>
    <version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.icexxx/icewx/
implementation 'com.icexxx:icewx:1.0.5'
// https://jarcasting.com/artifacts/com.icexxx/icewx/
implementation ("com.icexxx:icewx:1.0.5")
'com.icexxx:icewx:jar:1.0.5'
<dependency org="com.icexxx" name="icewx" rev="1.0.5">
  <artifact name="icewx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.icexxx', module='icewx', version='1.0.5')
)
libraryDependencies += "com.icexxx" % "icewx" % "1.0.5"
[com.icexxx/icewx "1.0.5"]

Dependencies

compile (2)

Group / Artifact Type Version
cn.hutool : hutool-all jar 4.0.8
log4j : log4j jar 1.2.17

provided (1)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 4.0.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

icewx

微信公众号平台框架(WeChat public number platform framework)

icewx微信公众号平台框架

icewx是一个微信公众号平台框架.该框架以简单易学作为基本设计原则.
icewx将与开发者不太相关的逻辑进行了尽可能的封装.
开发者需要配置web.xml中的iceWxServlet.
在资源路径下加入wx.properties配置文件.
通过重写TextProcessor接口,开发者可以重写消息的应答逻辑.

icewx is a WeChat public platform platform that uses easy to learn as a basic design principle.
Icewx encapsulates as much logic as possible to developers.
The developer needs to configure iceWxServlet in web.xml.
Add wx.properties configuration file in the resource path.
By rewriting the TextProcessor interface, developers can override the message's reply logic.

Versions

Version
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0