文件保存位置配置

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

View File

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

View File

@ -32,3 +32,9 @@ spring:
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

View File

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