最新更新
This commit is contained in:
parent
dfc131e1c3
commit
161a64079e
|
@ -14,8 +14,8 @@ debug: false
|
||||||
|
|
||||||
spring:
|
spring:
|
||||||
profiles:
|
profiles:
|
||||||
active: ${PROFILE_ACTIVE:dev} #此处由maven的环境选择决定,参考:https://www.jianshu.com/p/b7c75b0c364c
|
# active: ${PROFILE_ACTIVE:dev} #此处由maven的环境选择决定,参考:https://www.jianshu.com/p/b7c75b0c364c
|
||||||
# active: ${PROFILE_ACTIVE :prod} #此处由maven的环境选择决定,参考:https://www.jianshu.com/p/b7c75b0c364c
|
active: ${PROFILE_ACTIVE :prod} #此处由maven的环境选择决定,参考:https://www.jianshu.com/p/b7c75b0c364c
|
||||||
# jackson时间格式化
|
# jackson时间格式化
|
||||||
jackson:
|
jackson:
|
||||||
time-zone: GMT+8
|
time-zone: GMT+8
|
||||||
|
@ -82,11 +82,11 @@ logging:
|
||||||
chanjar: debug
|
chanjar: debug
|
||||||
#公众号配置
|
#公众号配置
|
||||||
mywx:
|
mywx:
|
||||||
appid: wxb37a727764fc080b
|
# appid: wxb37a727764fc080b
|
||||||
# appid: wx2b5899dac09216d4
|
appid: wx2b5899dac09216d4
|
||||||
# h5回调url
|
# h5回调url
|
||||||
# h5url: http://wx-api-101281-5-1320792097.sh.run.tcloudbase.com
|
h5url: http://wx-api-101281-5-1320792097.sh.run.tcloudbase.com
|
||||||
h5url: http://154.8.196.128:9999
|
# h5url: http://154.8.196.128:9999
|
||||||
# h5url: http://154.8.196.128
|
# h5url: http://154.8.196.128
|
||||||
|
|
||||||
#exel:
|
#exel:
|
||||||
|
|
Loading…
Reference in New Issue