Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
iClear-Connect-Pre-Clearance
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
tao.mo
2024-12-18 18:18:41 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d82c795ec1cc1915ed5ad0497ce6316df10d4039
d82c795e
1 parent
81a12e1a
task-schedule | 修改 | 配置文件调整
mt 2024年12月18日18:03:30
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
15 deletions
server/task-schedule/src/main/java/com/fedex/connect/task/config/PropertiesConfig.java
server/task-schedule/src/main/resources/application-dev.yml
server/task-schedule/src/main/java/com/fedex/connect/task/config/PropertiesConfig.java
View file @
d82c795
...
...
@@ -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
;
...
...
server/task-schedule/src/main/resources/application-dev.yml
View file @
d82c795
...
...
@@ -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
...
...
Please
register
or
login
to post a comment