Commit 79aff31e9b56062ba2f2ffa16ec7b454dd1303ab
1 parent
755a9fa6
1、修改datatools/config-test.properties配置文件
Showing
1 changed file
with
5 additions
and
5 deletions
src/main/resources/datatools/config-test.properties
| ... | ... | @@ -15,13 +15,13 @@ datatools.kvars_dbdname=lg_control |
| 15 | 15 | |
| 16 | 16 | # 3、上传数据配置信息 |
| 17 | 17 | # 上传文件目录配置(根据不同的环境需要修正) |
| 18 | -datatools.fileupload_dir=/home/bsth_control_u_d_files | |
| 18 | +datatools.fileupload_dir=/Users/xu/resource/project_code/runtime_temp/bsth_control_u_d_files | |
| 19 | 19 | # ktr转换文件,中配置的错误输出目录(根据不同的环境需要修正) |
| 20 | -datatools.trans_errordir=/home/bsth_control_u_d_files/erroroutput | |
| 20 | +datatools.trans_errordir=/Users/xu/resource/project_code/runtime_temp/bsth_control_u_d_files/erroroutput | |
| 21 | 21 | # 临时输出文件目录 |
| 22 | -datatools.trans_tempdir=/home/bsth_control_u_d_files/temp | |
| 22 | +datatools.trans_tempdir=/Users/xu/resource/project_code/runtime_temp/bsth_control_u_d_files/temp | |
| 23 | 23 | # 模版文件目录 |
| 24 | -datatools.trans_templatedir=/home/bsth_control_u_d_files/template | |
| 24 | +datatools.trans_templatedir=/Users/xu/resource/project_code/runtime_temp/bsth_control_u_d_files/template | |
| 25 | 25 | |
| 26 | 26 | ##---------------------------- 导入数据ktr ----------------------------## |
| 27 | 27 | # 车辆信息导入ktr转换 |
| ... | ... | @@ -57,7 +57,7 @@ datatools.schedulerule_datainputktr=/datatools/ktrs/scheduleRuleDataInput.ktr |
| 57 | 57 | |
| 58 | 58 | # 4、数据导出配置信息 |
| 59 | 59 | # 导出数据文件目录配置(根据不同的环境需要修正) |
| 60 | -datatools.fileoutput_dir=/home/bsth_control_u_d_files | |
| 60 | +datatools.fileoutput_dir=/Users/xu/resource/project_code/runtime_temp/bsth_control_u_d_files | |
| 61 | 61 | |
| 62 | 62 | ##---------------------------- 导出数据ktr -----------------------------## |
| 63 | 63 | # 车辆信息导出ktr转换 | ... | ... |