Commit ba4128d4 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 4e714e80
...@@ -33,6 +33,12 @@ x.db.url=@x.db.url@ ...@@ -33,6 +33,12 @@ x.db.url=@x.db.url@
x.db.user=@x.db.user@ x.db.user=@x.db.user@
x.db.password=@x.db.password@ x.db.password=@x.db.password@
x.db.naming=@x.db.naming@ x.db.naming=@x.db.naming@
x.db.pps.core.middle.sharding=@x.db.pps.core.middle.sharding@
x.db.pps.core.middle.driver=@x.db.pps.core.middle.driver@
x.db.pps.core.middle.url=@x.db.pps.core.middle.url@
x.db.pps.core.middle.user=@x.db.pps.core.middle.user@
x.db.pps.core.middle.password=@x.db.pps.core.middle.password@
x.db.pps.core.middle.naming=@x.db.pps.core.middle.naming@
# \u81EA\u5B9A\u4E49\u914D\u7F6E # \u81EA\u5B9A\u4E49\u914D\u7F6E
weather.file.temp.path=@weather.file.temp.path@ weather.file.temp.path=@weather.file.temp.path@
weather.file.icon=@weather.file.icon@ weather.file.icon=@weather.file.icon@
......
...@@ -31,12 +31,12 @@ x.db.url=jdbc:mysql://120.46.208.168:3306/gf_demo?allowPublicKeyRetrieval=true&c ...@@ -31,12 +31,12 @@ x.db.url=jdbc:mysql://120.46.208.168:3306/gf_demo?allowPublicKeyRetrieval=true&c
x.db.user=root x.db.user=root
x.db.password=vwy69PQDfShqozf4ISXEoQ== x.db.password=vwy69PQDfShqozf4ISXEoQ==
x.db.naming=snake-case x.db.naming=snake-case
x.db.pps.core.system.sharding=1 x.db.pps.core.middle.sharding=1
x.db.pps.core.system.driver=com.mysql.jdbc.Driver x.db.pps.core.middle.driver=oracle.jdbc.OracleDriver
x.db.pps.core.system.url=jdbc:mysql://120.46.208.168:3306/gf_demo?allowPublicKeyRetrieval=true&characterEncoding=utf8&allowEncodingChanges=true&serverTimezone=Asia/Shanghai&useSSL=false x.db.pps.core.middle.url=jdbc:oracle:thin:@192.168.0.128:1521/orcl
x.db.pps.core.system.user=root x.db.pps.core.middle.user=DB_CONTRACT
x.db.pps.core.system.password=vwy69PQDfShqozf4ISXEoQ== x.db.pps.core.middle.password=BJ8HiKUS_Rg=
x.db.pps.core.system.naming=snake-case x.db.pps.core.middle.naming=snake-case
# \u81EA\u5B9A\u4E49\u914D\u7F6E # \u81EA\u5B9A\u4E49\u914D\u7F6E
#weather.file.temp.path=D:/home/weather/temp/receive #weather.file.temp.path=D:/home/weather/temp/receive
weather.file.temp.path=/home/weather-jar/temp/receive weather.file.temp.path=/home/weather-jar/temp/receive
......
...@@ -25,12 +25,12 @@ x.db.url=jdbc:mysql://127.0.0.1:3306/zero_carbon?characterEncoding=utf8&allowEnc ...@@ -25,12 +25,12 @@ x.db.url=jdbc:mysql://127.0.0.1:3306/zero_carbon?characterEncoding=utf8&allowEnc
x.db.user=root x.db.user=root
x.db.password=FUfSuaYH8dQAlzk0U-vvQQ== x.db.password=FUfSuaYH8dQAlzk0U-vvQQ==
x.db.naming=snake-case x.db.naming=snake-case
x.db.pps.core.system.sharding=1 x.db.pps.core.middle.sharding=1
x.db.pps.core.system.driver=com.mysql.jdbc.Driver x.db.pps.core.middle.driver=oracle.jdbc.OracleDriver
x.db.pps.core.system.url=jdbc:mysql://127.0.0.1:3306/zero_carbon?characterEncoding=utf8&allowEncodingChanges=true&serverTimezone=Asia/Shanghai&useSSL=false x.db.pps.core.middle.url=jdbc:oracle:thin:@192.168.0.128:1521/orcl
x.db.pps.core.system.user=root x.db.pps.core.middle.user=DB_CONTRACT
x.db.pps.core.system.password=FUfSuaYH8dQAlzk0U-vvQQ== x.db.pps.core.middle.password=BJ8HiKUS_Rg=
x.db.pps.core.system.naming=snake-case x.db.pps.core.middle.naming=snake-case
# \u81EA\u5B9A\u4E49\u914D\u7F6E # \u81EA\u5B9A\u4E49\u914D\u7F6E
weather.file.temp.path=/home/weather-jar/temp/receive weather.file.temp.path=/home/weather-jar/temp/receive
weather.file.icon=/home/weather-jar/icon weather.file.icon=/home/weather-jar/icon
......
...@@ -31,12 +31,12 @@ x.db.url=jdbc:mysql://127.0.0.1:3316/zero_carbon?characterEncoding=utf8&allowEnc ...@@ -31,12 +31,12 @@ x.db.url=jdbc:mysql://127.0.0.1:3316/zero_carbon?characterEncoding=utf8&allowEnc
x.db.user=root x.db.user=root
x.db.password=bZuyzaSCnZ8kmqIIYOk3Ag== x.db.password=bZuyzaSCnZ8kmqIIYOk3Ag==
x.db.naming=snake-case x.db.naming=snake-case
x.db.pps.core.system.sharding=1 x.db.pps.core.middle.sharding=1
x.db.pps.core.system.driver=com.mysql.jdbc.Driver x.db.pps.core.middle.driver=oracle.jdbc.OracleDriver
x.db.pps.core.system.url=jdbc:mysql://127.0.0.1:3316/zero_carbon?characterEncoding=utf8&allowEncodingChanges=true&serverTimezone=Asia/Shanghai&useSSL=false x.db.pps.core.middle.url=jdbc:oracle:thin:@192.168.0.128:1521/orcl
x.db.pps.core.system.user=root x.db.pps.core.middle.user=DB_CONTRACT
x.db.pps.core.system.password=bZuyzaSCnZ8kmqIIYOk3Ag== x.db.pps.core.middle.password=BJ8HiKUS_Rg=
x.db.pps.core.system.naming=snake-case x.db.pps.core.middle.naming=snake-case
# \u81EA\u5B9A\u4E49\u914D\u7F6E # \u81EA\u5B9A\u4E49\u914D\u7F6E
weather.file.temp.path=D:\\IDE\\Project\\temp\\receive weather.file.temp.path=D:\\IDE\\Project\\temp\\receive
weather.file.icon=D:\\IDE\\Project\\icon weather.file.icon=D:\\IDE\\Project\\icon
......
...@@ -31,12 +31,12 @@ x.db.url=jdbc:mysql://127.0.0.1:3316/zero_carbon?characterEncoding=utf8&allowEnc ...@@ -31,12 +31,12 @@ x.db.url=jdbc:mysql://127.0.0.1:3316/zero_carbon?characterEncoding=utf8&allowEnc
x.db.user=root x.db.user=root
x.db.password=bZuyzaSCnZ8kmqIIYOk3Ag== x.db.password=bZuyzaSCnZ8kmqIIYOk3Ag==
x.db.naming=snake-case x.db.naming=snake-case
x.db.pps.core.system.sharding=1 x.db.pps.core.middle.sharding=1
x.db.pps.core.system.driver=com.mysql.jdbc.Driver x.db.pps.core.middle.driver=oracle.jdbc.OracleDriver
x.db.pps.core.system.url=jdbc:mysql://127.0.0.1:3316/zero_carbon?characterEncoding=utf8&allowEncodingChanges=true&serverTimezone=Asia/Shanghai&useSSL=false x.db.pps.core.middle.url=jdbc:oracle:thin:@192.168.0.128:1521/orcl
x.db.pps.core.system.user=root x.db.pps.core.middle.user=DB_CONTRACT
x.db.pps.core.system.password=bZuyzaSCnZ8kmqIIYOk3Ag== x.db.pps.core.middle.password=BJ8HiKUS_Rg=
x.db.pps.core.system.naming=snake-case x.db.pps.core.middle.naming=snake-case
# \u81EA\u5B9A\u4E49\u914D\u7F6E # \u81EA\u5B9A\u4E49\u914D\u7F6E
weather.file.temp.path=D:\\IDE\\Project\\temp\\receive weather.file.temp.path=D:\\IDE\\Project\\temp\\receive
weather.file.icon=D:\\IDE\\Project\\icon weather.file.icon=D:\\IDE\\Project\\icon
......
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