1.添加登录模块

This commit is contained in:
2024-08-09 14:32:44 +08:00
parent a857953854
commit 43b21859af
3 changed files with 13 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ server:
spring:
security:
user:
name: njcn
name: data_njcn
password: dnzl@#002
#influxDB内容配置
influx:
@@ -76,7 +76,7 @@ spring:
password: Pqsadmin123
driver-class-name: oracle.jdbc.driver.OracleDriver
target:
url: jdbc:mysql://192.168.1.24:13306/pqsinfo_jb?useUnicode=true&characterEncoding=utf-8&useSSL=true&serverTimezone=CTT
url: jdbc:mysql://192.168.1.102:13306/pqsinfo?useUnicode=true&characterEncoding=utf-8&useSSL=true&serverTimezone=CTT
username: root
password: njcnpqs
driver-class-name: com.mysql.cj.jdbc.Driver
@@ -89,9 +89,9 @@ mybatis-plus:
#驼峰命名
map-underscore-to-camel-case: true
#配置sql日志输出
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
#关闭日志输出
# log-impl: org.apache.ibatis.logging.nologging.NoLoggingImpl
log-impl: org.apache.ibatis.logging.nologging.NoLoggingImpl
global-config:
db-config:
#指定主键生成策略

View File

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

View File

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