1.添加登录模块

This commit is contained in:
2024-08-09 10:47:10 +08:00
parent ef03549ebb
commit 2520d496a0
4 changed files with 14 additions and 1 deletions

View File

@@ -47,6 +47,7 @@ public class OracleToInfluxDBJob {
}*/
//每小时03分钟时执行上一个小时的数据同步
//河北这边比较特殊,
@Scheduled(cron="0 3 * * * ?")
public void executeHours() {
DataAsynParam dataAsynParam = new DataAsynParam();

View File

@@ -5,6 +5,10 @@ business:
server:
port: 8090
spring:
security:
user:
name: njcn
password: dnzl@#002
#influxDB内容配置
influx:
url: http://192.168.1.102:8086