tao.mo

task-schedule | 修改 | 配置文件调整

mt
2024年12月18日18:23:11
......@@ -46,10 +46,10 @@ imp001:
#基础路径
basePath: /var/share/iClearPreCLR/ToIMPORT/
#json生成路径
work: ${tw001.path.basePath}work/
work: ${imp001.path.basePath}work/
#zip输出目录
final: ${tw001.path.basePath}sftp/Final/
final: ${imp001.path.basePath}sftp/Final/
#备份目录
bak: ${tw001.path.basePath}BAK/
bak: ${imp001.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
......
......@@ -41,10 +41,10 @@ imp001:
#基础路径
basePath: /var/share/iClearPreCLR/ToIMPORT/
#json生成路径
work: ${tw001.path.basePath}work/
work: ${imp001.path.basePath}work/
#zip输出目录
final: ${tw001.path.basePath}sftp/Final/
final: ${imp001.path.basePath}sftp/Final/
#备份目录
bak: ${tw001.path.basePath}BAK/
bak: ${imp001.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
......
......@@ -42,10 +42,10 @@ imp001:
#基础路径
basePath: /app/Oracle/Middleware/user_projects/domains/base_domain/iClearPreCLR/ToIMPORT/
#json生成路径
work: ${tw001.path.basePath}work/
work: ${imp001.path.basePath}work/
#zip输出目录
final: ${tw001.path.basePath}sftp/Final/
final: ${imp001.path.basePath}sftp/Final/
#备份目录
bak: ${tw001.path.basePath}BAK/
bak: ${imp001.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
......
......@@ -41,10 +41,10 @@ imp001:
#基础路径
basePath: /var/share/iClearPreCLR/ToIMPORT/
#json生成路径
work: ${tw001.path.basePath}work/
work: ${imp001.path.basePath}work/
#zip输出目录
final: ${tw001.path.basePath}sftp/Final/
final: ${imp001.path.basePath}sftp/Final/
#备份目录
bak: ${tw001.path.basePath}BAK/
bak: ${imp001.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
......