Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
iClear-Connect-Pre-Clearance
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
tao.mo
2025-03-31 15:46:13 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d40f61ca22e258f975d7306e2b2075c4169332d8
d40f61ca
1 parent
9b000a4a
biz-customer | 修改 |
配置文件目录调整 mt 2025年3月31日15:46:04
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
4 deletions
server/biz-customer/src/main/resources/application-prod.yml
server/biz-customer/src/main/resources/application-uat.yml
server/task-schedule/src/main/resources/application-prod.yml
server/task-schedule/src/main/resources/application-uat.yml
server/biz-customer/src/main/resources/application-prod.yml
View file @
d40f61c
...
...
@@ -23,4 +23,4 @@ export:
upload
:
path
:
attachment
:
/var/share/iclearConnect/upload/attachment
\ No newline at end of file
attachment
:
/var/share/iClearPreCLR/upload/attachment
\ No newline at end of file
...
...
server/biz-customer/src/main/resources/application-uat.yml
View file @
d40f61c
...
...
@@ -23,4 +23,4 @@ export:
upload
:
path
:
attachment
:
/var/share/iclearConnect/upload/attachment
\ No newline at end of file
attachment
:
/var/share/iClearPreCLR/upload/attachment
\ No newline at end of file
...
...
server/task-schedule/src/main/resources/application-prod.yml
View file @
d40f61c
...
...
@@ -47,4 +47,9 @@ imp001:
#备份目录
bak
:
${imp001.path.basePath}BAK/
#异常目录
error
:
${imp001.path.basePath}ERROR/
\ No newline at end of file
error
:
${imp001.path.basePath}ERROR/
upload
:
path
:
zip
:
/var/share/iClearPreCLR/upload/zip
zipTemp
:
/var/share/iClearPreCLR/upload/zipTemp/
zipFinal
:
/var/share/iClearPreCLR/upload/zipFinal/
\ No newline at end of file
...
...
server/task-schedule/src/main/resources/application-uat.yml
View file @
d40f61c
...
...
@@ -47,4 +47,10 @@ imp001:
#备份目录
bak
:
${imp001.path.basePath}BAK/
#异常目录
error
:
${imp001.path.basePath}ERROR/
\ No newline at end of file
error
:
${imp001.path.basePath}ERROR/
upload
:
path
:
zip
:
/var/share/iClearPreCLR/upload/zip
zipTemp
:
/var/share/iClearPreCLR/upload/zipTemp/
zipFinal
:
/var/share/iClearPreCLR/upload/zipFinal/
\ No newline at end of file
...
...
Please
register
or
login
to post a comment