📝 修正 wx-java-mp-multi-spring-boot-starter 使用文档

This commit is contained in:
foreveryang321 2024-06-13 19:34:03 +08:00 committed by GitHub
parent 0e417ed25d
commit b7cbba14e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
# wx-java-mp-spring-boot-starter
# wx-java-mp-multi-spring-boot-starter
## 快速开始
@ -14,19 +14,19 @@
```properties
# 公众号配置
## 应用 1 配置(必填)
wx.mp.tenantId1.app-id=appId
wx.mp.tenantId1.app-secret=@secret
wx.mp.apps.tenantId1.app-id=appId
wx.mp.apps.tenantId1.app-secret=@secret
## 选填
wx.mp.tenantId1.token=@token
wx.mp.tenantId1.aes-key=@aesKey
wx.mp.tenantId1.use-stable-access-token=@useStableAccessToken
wx.mp.apps.tenantId1.token=@token
wx.mp.apps.tenantId1.aes-key=@aesKey
wx.mp.apps.tenantId1.use-stable-access-token=@useStableAccessToken
## 应用 2 配置(必填)
wx.mp.tenantId2.app-id=@appId
wx.mp.tenantId2.app-secret =@secret
wx.mp.apps.tenantId2.app-id=@appId
wx.mp.apps.tenantId2.app-secret =@secret
## 选填
wx.mp.tenantId2.token=@token
wx.mp.tenantId2.aes-key=@aesKey
wx.mp.tenantId2.use-stable-access-token=@useStableAccessToken
wx.mp.apps.tenantId2.token=@token
wx.mp.apps.tenantId2.aes-key=@aesKey
wx.mp.apps.tenantId2.use-stable-access-token=@useStableAccessToken
# ConfigStorage 配置(选填)
## 配置类型: memory(默认), jedis, redisson, redis_template