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;
......
......@@ -53,8 +53,3 @@ imp001:
bak: ${tw001.path.basePath}BAK/
#异常目录
error: ${tw001.path.basePath}ERROR/
\ No newline at end of file
url:
baseUrl: http://localhost:8084/ImpPer/
fedex: fedex.png
line: line.png
\ No newline at end of file
......