文件保存位置配置
This commit is contained in:
parent
b4bbdd1194
commit
3deac71914
|
@ -49,6 +49,12 @@ spring:
|
||||||
config:
|
config:
|
||||||
multi-statement-allow: true
|
multi-statement-allow: true
|
||||||
|
|
||||||
|
#上传的静态资源配置
|
||||||
|
resource:
|
||||||
|
root_url: 15.2.21.238
|
||||||
|
path: /home/yth/files/
|
||||||
|
devModelFilePath: /home/yth/files/resource
|
||||||
|
|
||||||
##多数据源的配置,需要引用renren-dynamic-datasource
|
##多数据源的配置,需要引用renren-dynamic-datasource
|
||||||
#dynamic:
|
#dynamic:
|
||||||
# datasource:
|
# datasource:
|
||||||
|
|
|
@ -32,6 +32,8 @@ spring:
|
||||||
wall:
|
wall:
|
||||||
config:
|
config:
|
||||||
multi-statement-allow: true
|
multi-statement-allow: true
|
||||||
|
#上传的静态资源配置
|
||||||
resource:
|
resource:
|
||||||
root_url: 15.2.21.238
|
root_url: 15.2.21.238
|
||||||
path: /home/yth/files/
|
path: /data/services/nengli/files/
|
||||||
|
devModelFilePath: /data/services/nengli/files/resource
|
|
@ -31,4 +31,10 @@ spring:
|
||||||
merge-sql: false
|
merge-sql: false
|
||||||
wall:
|
wall:
|
||||||
config:
|
config:
|
||||||
multi-statement-allow: true
|
multi-statement-allow: true
|
||||||
|
|
||||||
|
#上传的静态资源配置
|
||||||
|
resource:
|
||||||
|
root_url: 15.2.21.238
|
||||||
|
path: /home/yth/files/
|
||||||
|
devModelFilePath: /home/yth/files/resource
|
|
@ -1,8 +1,3 @@
|
||||||
#上传的静态资源配置
|
|
||||||
resource:
|
|
||||||
root_url: 15.2.21.238
|
|
||||||
path: /home/yth/files/
|
|
||||||
devModelFilePath: /home/yth/files/resource
|
|
||||||
# Tomcat
|
# Tomcat
|
||||||
server:
|
server:
|
||||||
tomcat:
|
tomcat:
|
||||||
|
|
Loading…
Reference in New Issue