From fa3d33bf8360d48d0c561d36d520d37fffd3375e Mon Sep 17 00:00:00 2001 From: Sutra Zhou Date: Thu, 17 Dec 2020 20:46:36 +0800 Subject: [PATCH] Add maven badge and license badge. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 957a1190..33b54587 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ weixin4j ======== +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.foxinmy/weixin4j/badge.svg?subject=Maven%20Central)](https://maven-badges.herokuapp.com/maven-central/com.foxinmy/weixin4j/) +[![License](https://img.shields.io/badge/License-Apache%20License%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0.html) + 微信开发工具包 ------------- > `weixin4j`是一个用Java编写针对微信开发的工具包,包含[weixin4j-mp](./weixin4j-mp)(微信公众平台API)、[weixin4j-qy](./weixin4j-qy)(微信企业号API)以及[weixin4j-server](./weixin4j-server)(微信回调消息服务器)三个工程.