作者 wangbin

配置修改

... ... @@ -101,7 +101,7 @@ swagger:
license: Powered By Trobs
licenseUrl: http://www.trobs.com/
terms-of-service-url: http://www.trobs.com/
host: 192.168.29.13/api
host: 192.168.29.13
contact:
name: Aukey IT
email: tslcarmack@gmail.com
... ... @@ -113,7 +113,7 @@ swagger:
- scope: server
description: server all
token-url-list:
- http://192.168.29.13/auth/oauth/token
- http://192.168.29.13/api/auth/oauth/token
## spring security 配置
security:
... ... @@ -130,8 +130,4 @@ security:
loadBalanced: true
token-info-uri: http://trobs-auth/oauth/check_token
#txmanager地址
tm:
manager:
url: http://192.168.29.13:5004/tx/manager/
... ...