Browse Source

1.增加服务器临时文件

newStockUp
pref_mail@163.com 2 years ago
parent
commit
6b2301bda7
  1. 2
      blade-service/logpm-aftersales/src/main/resources/application.yml
  2. 2
      blade-service/logpm-basic/src/main/resources/application.yml
  3. 2
      blade-service/logpm-basicdata/src/main/resources/application.yml
  4. 2
      blade-service/logpm-distribution/src/main/resources/application.yml
  5. 2
      blade-service/logpm-factory/src/main/resources/application.yml
  6. 2
      blade-service/logpm-warehouse/src/main/resources/application.yml

2
blade-service/logpm-aftersales/src/main/resources/application.yml

@ -49,4 +49,4 @@ xxl:
logretentiondays: -1
port: 7018
logpm:
file_system_path: D:\logpm_temp_file\
file_system_path: /home/java_works/logpm_temp_file/

2
blade-service/logpm-basic/src/main/resources/application.yml

@ -39,4 +39,4 @@ spring:
logpm:
file_system_path: D:\logpm_temp_file\
file_system_path: /home/java_works/logpm_temp_file/

2
blade-service/logpm-basicdata/src/main/resources/application.yml

@ -37,5 +37,5 @@ spring:
allow-circular-references: true
logpm:
file_system_path: D:\logpm_temp_file\
file_system_path: /home/java_works/logpm_temp_file/

2
blade-service/logpm-distribution/src/main/resources/application.yml

@ -37,4 +37,4 @@ spring:
allow-circular-references: true
logpm:
file_system_path: D:\logpm_temp_file\
file_system_path: /home/java_works/logpm_temp_file/

2
blade-service/logpm-factory/src/main/resources/application.yml

@ -48,4 +48,4 @@ xxl:
logretentiondays: -1
port: 7018
logpm:
file_system_path: D:\logpm_temp_file\
file_system_path: /home/java_works/logpm_temp_file/

2
blade-service/logpm-warehouse/src/main/resources/application.yml

@ -49,4 +49,4 @@ xxl:
logretentiondays: -1
port: 7018
logpm:
file_system_path: D:\logpm_temp_file\
file_system_path: /home/java_works/logpm_temp_file/

Loading…
Cancel
Save