Commit 80caf3d5 authored by ZWT's avatar ZWT

feat(能源管理系统): 邮件接收

1.添加天气数据邮件方式接收定时任务;
2.修改配置文件,增加新建定时任务,同时增加自定义参数;
3.创建天气邮件数据接收处理实现类,同时验证获取自定义参数方法;

BREAKING CHANGE: 无

Closes 无

[skip ci]
parent e293fb9e
......@@ -78,4 +78,8 @@ x.db.password=@x.db.password@
x.db.naming=@x.db.naming@
# \u81EA\u5B9A\u4E49\u914D\u7F6E
weather.file.temp.path=@weather.file.temp.path@
\ No newline at end of file
weather.file.temp.path=@weather.file.temp.path@
weather.mail.host=@weather.mail.host@
weather.mail.username=@weather.mail.username@
weather.mail.password=@weather.mail.password@
weather.mail.protocol=@weather.mail.protocol@
\ No newline at end of file
......@@ -144,4 +144,8 @@ spring.cloud.servicecomb.credentials.account.password=
spring.cloud.servicecomb.credentials.account.cipher=
# \u81EA\u5B9A\u4E49\u914D\u7F6E
weather.file.temp.path=D:\home\weather\temp\receive
\ No newline at end of file
weather.file.temp.path=D:\home\weather\temp\receive
weather.mail.host=imap.163.com
weather.mail.username=zhaowentao0117@163.com
weather.mail.password=RLJSTOYPQJGFDZCA
weather.mail.protocol=imaps
......@@ -232,4 +232,8 @@ spring.cloud.servicecomb.credentials.account.password=Xzypt@1020
spring.cloud.servicecomb.credentials.account.cipher=default
# \u81EA\u5B9A\u4E49\u914D\u7F6E
weather.file.temp.path=/home/weather-jar/temp/receive
\ No newline at end of file
weather.file.temp.path=/home/weather-jar/temp/receive
weather.mail.host=imap.163.com
weather.mail.username=zhaowentao0117@163.com
weather.mail.password=RLJSTOYPQJGFDZCA
weather.mail.protocol=imaps
\ No newline at end of file
......@@ -233,4 +233,8 @@ spring.cloud.servicecomb.credentials.account.password=
spring.cloud.servicecomb.credentials.account.cipher=
# \u81EA\u5B9A\u4E49\u914D\u7F6E
weather.file.temp.path=/home/weather-jar/temp/receive
\ No newline at end of file
weather.file.temp.path=/home/weather-jar/temp/receive
weather.mail.host=imap.163.com
weather.mail.username=zhaowentao0117@163.com
weather.mail.password=RLJSTOYPQJGFDZCA
weather.mail.protocol=imaps
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment