update md

This commit is contained in:
jinyu 2015-05-09 11:30:33 +08:00
parent b45f0c19b2
commit 52c46ae5f0
3 changed files with 9 additions and 8 deletions

View File

@ -6,7 +6,7 @@ weixin4j
项目说明 项目说明
------- -------
`weixin4j`是一个用java编写针对微信开发的工具包,包含`weixin4j-mp`(微信公众平台)、`weixin4j-qy`(微信企业号)和`weixin4j-server`(微信被动消息服务器)三个工程 `weixin4j`是一个用java编写针对微信开发的工具包,包含[weixin4j-mp](./weixin4j-mp)(微信公众平台API)[weixin4j-qy](./weixin4j-qy)(微信企业号API)以及[weixin4j-server](./weixin4j-server)(微信被动消息服务器)三个工程
功能列表 功能列表
------- -------

View File

@ -1,8 +1,8 @@
weixin4j-server weixin4j-server
=============== ===============
微信netty服务 微信消息netty服务
------------ ------------------
功能列表 功能列表
------- -------
@ -114,9 +114,6 @@ assembly打包(辅助)
> 右键 Run as -> Ant Build > 右键 Run as -> Ant Build
[更新LOG](./CHANGE.md)
----------------------
相关参考 相关参考
------- -------
@ -126,4 +123,8 @@ assembly打包(辅助)
[spring-webmvc:HandlerAdapter](https://github.com/spring-projects/spring-framework/blob/master/spring-webmvc/src/main/java/org/springframework/web/servlet/HandlerAdapter.java) [spring-webmvc:HandlerAdapter](https://github.com/spring-projects/spring-framework/blob/master/spring-webmvc/src/main/java/org/springframework/web/servlet/HandlerAdapter.java)
[spring-webmvc:HandlerInterceptor](https://github.com/spring-projects/spring-framework/blob/master/spring-webmvc/src/main/java/org/springframework/web/servlet/HandlerInterceptor.java) [spring-webmvc:HandlerInterceptor](https://github.com/spring-projects/spring-framework/blob/master/spring-webmvc/src/main/java/org/springframework/web/servlet/HandlerInterceptor.java)
[更新LOG](./CHANGE.md)
----------------------

View File

@ -7,7 +7,7 @@
<version>0.0.1</version> <version>0.0.1</version>
<name>weixin4j-server</name> <name>weixin4j-server</name>
<url>https://github.com/foxinmy/weixin4j/tree/master/weixin4j-server</url> <url>https://github.com/foxinmy/weixin4j/tree/master/weixin4j-server</url>
<description>微信netty服务</description> <description>微信消息netty服务</description>
<inceptionYear>2014</inceptionYear> <inceptionYear>2014</inceptionYear>
<licenses> <licenses>
<license> <license>