Commit c177ea3b by 张宗强

add wechat open config in business

parent a9053a2e
...@@ -18,8 +18,6 @@ spring: ...@@ -18,8 +18,6 @@ spring:
sleuth: sleuth:
sampler: sampler:
percentage: 1.0 percentage: 1.0
# 分库分表支持 # 分库分表支持
sharding: sharding:
jdbc: jdbc:
...@@ -55,5 +53,11 @@ mybatis-plus: ...@@ -55,5 +53,11 @@ mybatis-plus:
configuration: configuration:
map-underscore-to-camel-case: true map-underscore-to-camel-case: true
cache-enabled: true cache-enabled: true
wechat:
open:
componentAppId: "wx0a693ececf7775d7"
componentSecret: "591faf379dd974942cc79c9093c43c68"
componentToken: "Proudkids"
componentAesKey: "DJvsl2MBMqqGRVYaAHAMQTDJvsl2MBMqqGRVYaAHAMQ"
logging: logging:
config: classpath:logback.xml config: classpath:logback.xml
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment