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