Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
8b1731ce5b
|
|
@ -39,6 +39,11 @@ dubbo:
|
||||||
port: 9401
|
port: 9401
|
||||||
threads: 20
|
threads: 20
|
||||||
threadpool: fixed
|
threadpool: fixed
|
||||||
|
host: 101.37.12.135
|
||||||
|
provider:
|
||||||
|
cehck: false
|
||||||
|
consumer:
|
||||||
|
check: false
|
||||||
|
|
||||||
|
|
||||||
seata:
|
seata:
|
||||||
|
|
|
||||||
|
|
@ -12,4 +12,10 @@ logging:
|
||||||
|
|
||||||
pagehelper:
|
pagehelper:
|
||||||
helper-dialect: mysql
|
helper-dialect: mysql
|
||||||
support-methods-arguments: true
|
support-methods-arguments: true
|
||||||
|
|
||||||
|
alipay:
|
||||||
|
sms:
|
||||||
|
key: your-key
|
||||||
|
secret: your-secret
|
||||||
|
templateCode: c
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue