作者 肖紫光

去除无用的文件服务器配置

... ... @@ -130,13 +130,3 @@ security:
loadBalanced: true
token-info-uri: http://trobs-auth/oauth/check_token
#txmanager地址
tm:
manager:
url: http://192.168.29.13:5004/tx/manager/
#文件服务器
file:
server:
url: http://trobs.download.aukeyit.com/
... ...
... ... @@ -15,11 +15,6 @@ spring:
url: jdbc:mysql://10.1.1.86:3306/trobs?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8
resources:
static-locations: classpath:/static/,classpath:/views/
#文件下载地址
file:
download:
url: http://trobs.download.aukeyit.com
#文件服务器地址
aukey:
... ...
... ... @@ -14,8 +14,4 @@ spring:
password: dfU76$N(kp
url: jdbc:mysql://10.1.1.86:3306/trobs?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8
resources:
static-locations: classpath:/static/,classpath:/views/
#文件服务器
trobs:
upload-file:
url: http://trobs.download.aukeyit.com/
\ No newline at end of file
static-locations: classpath:/static/,classpath:/views/
\ No newline at end of file
... ...
... ... @@ -15,7 +15,3 @@ spring:
url: jdbc:mysql://10.1.1.86:3306/trobs?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8
resources:
static-locations: classpath:/static/,classpath:/views/
#文件服务器
trobs:
upload-file:
url: http://trobs.download.aukeyit.com/
... ...