tao.mo

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

mt
2024年12月18日18:03:30
......@@ -61,15 +61,6 @@ public class PropertiesConfig {
@Value("${export.mail.mailAccountFlag}")
private String mailAccountFlag;
@Value("${url.baseUrl}")
String baseUrl;
@Value("${url.fedex}")
String fedex;
@Value("${url.line}")
String line;
@Value("${export.mail.sendEmail.account}")
String emailAccount;
......
......@@ -52,9 +52,4 @@ imp001:
#备份目录
bak: ${tw001.path.basePath}BAK/
#异常目录
error: ${tw001.path.basePath}ERROR/
url:
baseUrl: http://localhost:8084/ImpPer/
fedex: fedex.png
line: line.png
\ No newline at end of file
error: ${tw001.path.basePath}ERROR/
\ No newline at end of file
......