tao.mo

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

mt
2024年12月18日18:03:30
...@@ -61,15 +61,6 @@ public class PropertiesConfig { ...@@ -61,15 +61,6 @@ public class PropertiesConfig {
61 @Value("${export.mail.mailAccountFlag}") 61 @Value("${export.mail.mailAccountFlag}")
62 private String mailAccountFlag; 62 private String mailAccountFlag;
63 63
64 - @Value("${url.baseUrl}")
65 - String baseUrl;
66 -
67 - @Value("${url.fedex}")
68 - String fedex;
69 -
70 - @Value("${url.line}")
71 - String line;
72 -
73 @Value("${export.mail.sendEmail.account}") 64 @Value("${export.mail.sendEmail.account}")
74 String emailAccount; 65 String emailAccount;
75 66
......
...@@ -52,9 +52,4 @@ imp001: ...@@ -52,9 +52,4 @@ imp001:
52 #备份目录 52 #备份目录
53 bak: ${tw001.path.basePath}BAK/ 53 bak: ${tw001.path.basePath}BAK/
54 #异常目录 54 #异常目录
55 - error: ${tw001.path.basePath}ERROR/
56 -
57 -url:
58 - baseUrl: http://localhost:8084/ImpPer/
59 - fedex: fedex.png
60 - line: line.png
...\ No newline at end of file ...\ No newline at end of file
55 + error: ${tw001.path.basePath}ERROR/
...\ No newline at end of file ...\ No newline at end of file
......