Commit d008410a authored by ZWT's avatar ZWT

feat(吉林演示): 松原

1.天气数据接收定时任务,解决代码扫描问题,修改文件读取相关代码,解决资源未关流问题;
2.修改登录验证码生成工具类,解决代码扫描问题,修复随机数不安全问题;
3.删除除主程序启动类外其他启动类模块,解决代码扫描问题;
4.删除自定义httputlis类,解决代码扫描问题,替换部分代码远程调用方法;
5.重构光伏预测模块下载电站实际发电数据导入模板接口,解决代码扫描问题;
6.重构光伏预测模块导入电站实际发电数据接口,解决代码扫描问题;
7.删除公用excel导入导出工具类及poi相关pom依赖,解决代码扫描问题;
8.光伏功率预测模块,增加查询线路列表接口,解决页面接口报错问题;
9.增加测试用历史数据导入接口;

BREAKING CHANGE: 无

Closes 无

[skip ci]
parent 4378402b
...@@ -40,6 +40,8 @@ weather.mail.host=@weather.mail.host@ ...@@ -40,6 +40,8 @@ weather.mail.host=@weather.mail.host@
weather.mail.username=@weather.mail.username@ weather.mail.username=@weather.mail.username@
weather.mail.password=@weather.mail.password@ weather.mail.password=@weather.mail.password@
weather.mail.protocol=@weather.mail.protocol@ weather.mail.protocol=@weather.mail.protocol@
#\u9996\u9875
home.image.path=@home.image.path@
#\u7B2C\u4E09\u65B9\u63A5\u53E3\u5730\u5740(\u957F\u5E86) #\u7B2C\u4E09\u65B9\u63A5\u53E3\u5730\u5740(\u957F\u5E86)
third-party.chang-qing.url=@third-party.chang-qing.url@ third-party.chang-qing.url=@third-party.chang-qing.url@
feature.swagger.enable=@feature.swagger.enable@ feature.swagger.enable=@feature.swagger.enable@
\ No newline at end of file
...@@ -45,6 +45,8 @@ weather.mail.host=pop.qq.com ...@@ -45,6 +45,8 @@ weather.mail.host=pop.qq.com
weather.mail.username=2289169069@qq.com weather.mail.username=2289169069@qq.com
weather.mail.password=nkmvazsaaehneaed weather.mail.password=nkmvazsaaehneaed
weather.mail.protocol=pop3 weather.mail.protocol=pop3
#\u9996\u9875
home.image.path=
#\u7B2C\u4E09\u65B9\u63A5\u53E3\u5730\u5740(\u957F\u5E86) #\u7B2C\u4E09\u65B9\u63A5\u53E3\u5730\u5740(\u957F\u5E86)
third-party.chang-qing.url=http://10.78.7.253 third-party.chang-qing.url=http://10.78.7.253
feature.swagger.enable=true feature.swagger.enable=true
\ No newline at end of file
...@@ -45,6 +45,8 @@ weather.mail.host=mail.petrochina ...@@ -45,6 +45,8 @@ weather.mail.host=mail.petrochina
weather.mail.username=lingtanproject@petrochina.com.cn weather.mail.username=lingtanproject@petrochina.com.cn
weather.mail.password=Cppeilingtan2024 weather.mail.password=Cppeilingtan2024
weather.mail.protocol=pop3 weather.mail.protocol=pop3
#\u9996\u9875
home.image.path=
#\u7B2C\u4E09\u65B9\u63A5\u53E3\u5730\u5740(\u957F\u5E86) #\u7B2C\u4E09\u65B9\u63A5\u53E3\u5730\u5740(\u957F\u5E86)
third-party.chang-qing.url=http://10.78.7.253 third-party.chang-qing.url=http://10.78.7.253
feature.swagger.enable=false feature.swagger.enable=false
\ No newline at end of file
...@@ -45,6 +45,8 @@ weather.mail.host=mail.petrochina ...@@ -45,6 +45,8 @@ weather.mail.host=mail.petrochina
weather.mail.username=lingtanproject@petrochina.com.cn weather.mail.username=lingtanproject@petrochina.com.cn
weather.mail.password=Cppeilingtan2024 weather.mail.password=Cppeilingtan2024
weather.mail.protocol=pop3 weather.mail.protocol=pop3
#\u9996\u9875
home.image.path=
#\u7B2C\u4E09\u65B9\u63A5\u53E3\u5730\u5740(\u957F\u5E86) #\u7B2C\u4E09\u65B9\u63A5\u53E3\u5730\u5740(\u957F\u5E86)
third-party.chang-qing.url=http://10.78.7.253 third-party.chang-qing.url=http://10.78.7.253
feature.swagger.enable=false feature.swagger.enable=false
\ 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