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
2024-12-18 18:23:16 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8622efd6b739e3d700d223f95ff00598dba80e12
8622efd6
1 parent
d82c795e
task-schedule | 修改 | 配置文件调整
mt 2024年12月18日18:23:11
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
16 deletions
server/task-schedule/src/main/resources/application-dev.yml
server/task-schedule/src/main/resources/application-prod.yml
server/task-schedule/src/main/resources/application-test.yml
server/task-schedule/src/main/resources/application-uat.yml
server/task-schedule/src/main/resources/application-dev.yml
View file @
8622efd
...
...
@@ -46,10 +46,10 @@ imp001:
#基础路径
basePath
:
/var/share/iClearPreCLR/ToIMPORT/
#json生成路径
work
:
${
tw
001.path.basePath}work/
work
:
${
imp
001.path.basePath}work/
#zip输出目录
final
:
${
tw
001.path.basePath}sftp/Final/
final
:
${
imp
001.path.basePath}sftp/Final/
#备份目录
bak
:
${
tw
001.path.basePath}BAK/
bak
:
${
imp
001.path.basePath}BAK/
#异常目录
error
:
${tw001.path.basePath}ERROR/
\ No newline at end of file
error
:
${imp001.path.basePath}ERROR/
\ No newline at end of file
...
...
server/task-schedule/src/main/resources/application-prod.yml
View file @
8622efd
...
...
@@ -41,10 +41,10 @@ imp001:
#基础路径
basePath
:
/var/share/iClearPreCLR/ToIMPORT/
#json生成路径
work
:
${
tw
001.path.basePath}work/
work
:
${
imp
001.path.basePath}work/
#zip输出目录
final
:
${
tw
001.path.basePath}sftp/Final/
final
:
${
imp
001.path.basePath}sftp/Final/
#备份目录
bak
:
${
tw
001.path.basePath}BAK/
bak
:
${
imp
001.path.basePath}BAK/
#异常目录
error
:
${tw001.path.basePath}ERROR/
\ No newline at end of file
error
:
${imp001.path.basePath}ERROR/
\ No newline at end of file
...
...
server/task-schedule/src/main/resources/application-test.yml
View file @
8622efd
...
...
@@ -42,10 +42,10 @@ imp001:
#基础路径
basePath
:
/app/Oracle/Middleware/user_projects/domains/base_domain/iClearPreCLR/ToIMPORT/
#json生成路径
work
:
${
tw
001.path.basePath}work/
work
:
${
imp
001.path.basePath}work/
#zip输出目录
final
:
${
tw
001.path.basePath}sftp/Final/
final
:
${
imp
001.path.basePath}sftp/Final/
#备份目录
bak
:
${
tw
001.path.basePath}BAK/
bak
:
${
imp
001.path.basePath}BAK/
#异常目录
error
:
${tw001.path.basePath}ERROR/
\ No newline at end of file
error
:
${imp001.path.basePath}ERROR/
\ No newline at end of file
...
...
server/task-schedule/src/main/resources/application-uat.yml
View file @
8622efd
...
...
@@ -41,10 +41,10 @@ imp001:
#基础路径
basePath
:
/var/share/iClearPreCLR/ToIMPORT/
#json生成路径
work
:
${
tw
001.path.basePath}work/
work
:
${
imp
001.path.basePath}work/
#zip输出目录
final
:
${
tw
001.path.basePath}sftp/Final/
final
:
${
imp
001.path.basePath}sftp/Final/
#备份目录
bak
:
${
tw
001.path.basePath}BAK/
bak
:
${
imp
001.path.basePath}BAK/
#异常目录
error
:
${tw001.path.basePath}ERROR/
\ No newline at end of file
error
:
${imp001.path.basePath}ERROR/
\ No newline at end of file
...
...
Please
register
or
login
to post a comment