#1082 增加微信小程序模块的spring-boot-starter

This commit is contained in:
Binary Wang
2019-08-10 18:43:05 +08:00
parent 23ab472293
commit 3c099f8d8d
7 changed files with 190 additions and 5 deletions

View File

@@ -0,0 +1,26 @@
# 使用说明
1. 在自己的Spring Boot项目里引入maven依赖
```xml
<dependency>
<groupId>com.github.binarywang</groupId>
<artifactId>wx-java-miniapp-spring-boot-starter</artifactId>
<version>${version}</version>
</dependency>
```
2. 添加配置(application.yml)
```yml
wx:
miniapp:
appid: 111
secret: 111
token: 111
aesKey: 111
msgDataFormat: JSON
```