文件保存位置配置

This commit is contained in:
dinggang 2022-04-21 15:28:10 +08:00
parent b4bbdd1194
commit 3deac71914
4 changed files with 16 additions and 7 deletions

View File

@ -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:

View File

@ -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

View File

@ -32,3 +32,9 @@ spring:
wall:
config:
multi-statement-allow: true
#上传的静态资源配置
resource:
root_url: 15.2.21.238
path: /home/yth/files/
devModelFilePath: /home/yth/files/resource

View File

@ -1,8 +1,3 @@
#上传的静态资源配置
resource:
root_url: 15.2.21.238
path: /home/yth/files/
devModelFilePath: /home/yth/files/resource
# Tomcat
server:
tomcat: