Commit a565e59d by 张宗强
parents ba630e2c 2039ed92
...@@ -56,4 +56,13 @@ mybatis-plus: ...@@ -56,4 +56,13 @@ mybatis-plus:
map-underscore-to-camel-case: true map-underscore-to-camel-case: true
cache-enabled: true cache-enabled: true
logging: logging:
config: classpath:logback.xml config: classpath:logback.xml
\ No newline at end of file
wechat:
access_token:
url: http://wechat.proudkids.cn/weixinAccessController.do?getAccessToken&accountid=gh_b94dbecca2cf
file:
tmp:
location: /opt/tmp
\ No newline at end of file
...@@ -56,4 +56,11 @@ mybatis-plus: ...@@ -56,4 +56,11 @@ mybatis-plus:
map-underscore-to-camel-case: true map-underscore-to-camel-case: true
cache-enabled: true cache-enabled: true
logging: logging:
config: classpath:logback.xml config: classpath:logback.xml
\ No newline at end of file
wechat:
access_token:
url: http://wechat.proudkids.cn/weixinAccessController.do?getAccessToken&accountid=gh_b94dbecca2cf
file:
tmp:
location: /opt/tmp
\ No newline at end of file
...@@ -46,6 +46,18 @@ zuul: ...@@ -46,6 +46,18 @@ zuul:
serviceId: kiss-upms-service serviceId: kiss-upms-service
stripPrefix: true stripPrefix: true
sensitiveHeaders: sensitiveHeaders:
kiss-business:
path: /business/**
serviceId: kiss-business
stripPrefix: true
sensitiveHeaders:
kiss-apps:
path: /apps/**
serviceId: kiss-apps
stripPrefix: true
sensitiveHeaders:
ratelimit: ratelimit:
key-prefix: kiss-ratelimite key-prefix: kiss-ratelimite
enabled: true enabled: true
......
...@@ -56,4 +56,13 @@ mybatis-plus: ...@@ -56,4 +56,13 @@ mybatis-plus:
map-underscore-to-camel-case: true map-underscore-to-camel-case: true
cache-enabled: true cache-enabled: true
logging: logging:
config: classpath:logback.xml config: classpath:logback.xml
\ No newline at end of file
wechat:
access_token:
url: http://wechat.proudkids.cn/weixinAccessController.do?getAccessToken&accountid=gh_b94dbecca2cf
ruser:
openId:
url: http://wechat.proudkids.cn/weixinAccessController.do?getAccessToken&accountid=gh_b94dbecca2cf
appid: wx2d17f5ef6a69a2ff
secret: 2a90355c5b4f03f883f9374f31dee995
\ No newline at end of file
...@@ -56,4 +56,15 @@ mybatis-plus: ...@@ -56,4 +56,15 @@ mybatis-plus:
map-underscore-to-camel-case: true map-underscore-to-camel-case: true
cache-enabled: true cache-enabled: true
logging: logging:
config: classpath:logback.xml config: classpath:logback.xml
\ No newline at end of file
wechat:
access_token:
url: http://wechat.proudkids.cn/weixinAccessController.do?getAccessToken&accountid=gh_b94dbecca2cf
ruser:
openId:
url: http://wechat.proudkids.cn/weixinAccessController.do?getAccessToken&accountid=gh_b94dbecca2cf
appid: wx2d17f5ef6a69a2ff
secret: 2a90355c5b4f03f883f9374f31dee995
\ 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