Commit 7846ce48 by 张宗强

更改mms配置

parent d1779865
...@@ -46,6 +46,7 @@ sharding: ...@@ -46,6 +46,7 @@ sharding:
sharding-column: id sharding-column: id
algorithm-expression: sys_log_${id % 2} algorithm-expression: sys_log_${id % 2}
key-generator-column-name: id key-generator-column-name: id
#mybaits-plus配置,修改主键类型,mapper.xml、type 别名等 #mybaits-plus配置,修改主键类型,mapper.xml、type 别名等
mybatis-plus: mybatis-plus:
mapper-locations: classpath:/mapper/*Mapper.xml mapper-locations: classpath:/mapper/*Mapper.xml
...@@ -70,10 +71,13 @@ logging: ...@@ -70,10 +71,13 @@ logging:
wechat: wechat:
access_token: access_token:
url: http://wechat.proudkids.cn/weixinAccessController.do?getAccessToken&accountid=gh_b94dbecca2cf url: http://wechat.proudkids.cn/weixinAccessController.do?getAccessToken&accountid=gh_b94dbecca2cf
ruser:
openId:
url: http://wechat.proudkids.cn/weixinAccessController.do?getAccessToken&accountid=gh_b94dbecca2cf
mms: mms:
smstools: smstools:
url: http://39.106.15.229:18080 url: https://ce.proudkids.cn/mms/sms/v1/send?
mini: mini:
email_acount: devops@proudkids.cn email_acount: devops@proudkids.cn
......
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