diff --git a/spring-boot-starters/wx-java-mp-multi-spring-boot-starter/README.md b/spring-boot-starters/wx-java-mp-multi-spring-boot-starter/README.md index 7796796bb..8c8771bec 100644 --- a/spring-boot-starters/wx-java-mp-multi-spring-boot-starter/README.md +++ b/spring-boot-starters/wx-java-mp-multi-spring-boot-starter/README.md @@ -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