正在显示
4 个修改的文件
包含
2 行增加
和
19 行删除
@@ -130,8 +130,3 @@ security: | @@ -130,8 +130,3 @@ security: | ||
130 | loadBalanced: true | 130 | loadBalanced: true |
131 | token-info-uri: http://trobs-auth/oauth/check_token | 131 | token-info-uri: http://trobs-auth/oauth/check_token |
132 | 132 | ||
133 | -#文件服务器 | ||
134 | -file: | ||
135 | - server: | ||
136 | - url: http://192.168.29.43:8606/ | ||
137 | - |
@@ -16,11 +16,7 @@ spring: | @@ -16,11 +16,7 @@ spring: | ||
16 | resources: | 16 | resources: |
17 | static-locations: classpath:/static/,classpath:/views/ | 17 | static-locations: classpath:/static/,classpath:/views/ |
18 | 18 | ||
19 | -#文件下载地址 | ||
20 | -file: | ||
21 | - download: | ||
22 | - url: http://192.168.29.43:8606 | ||
23 | - | 19 | + |
24 | #文件服务器地址 | 20 | #文件服务器地址 |
25 | aukey: | 21 | aukey: |
26 | smb: | 22 | smb: |
@@ -14,8 +14,4 @@ spring: | @@ -14,8 +14,4 @@ spring: | ||
14 | password: dfU76$N(kp | 14 | password: dfU76$N(kp |
15 | url: jdbc:mysql://10.1.1.86:3306/trobs?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8 | 15 | url: jdbc:mysql://10.1.1.86:3306/trobs?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8 |
16 | resources: | 16 | resources: |
17 | - static-locations: classpath:/static/,classpath:/views/ | ||
18 | -#文件服务器 | ||
19 | -trobs: | ||
20 | - upload-file: | ||
21 | - url: http://192.168.29.43:8606/ | ||
17 | + static-locations: classpath:/static/,classpath:/views/ |
@@ -15,7 +15,3 @@ spring: | @@ -15,7 +15,3 @@ spring: | ||
15 | url: jdbc:mysql://10.1.1.86:3306/trobs?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8 | 15 | url: jdbc:mysql://10.1.1.86:3306/trobs?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8 |
16 | resources: | 16 | resources: |
17 | static-locations: classpath:/static/,classpath:/views/ | 17 | static-locations: classpath:/static/,classpath:/views/ |
18 | -#文件服务器 | ||
19 | -trobs: | ||
20 | - upload-file: | ||
21 | - url: http://192.168.29.43:8606/ |
-
请 注册 或 登录 后发表评论