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

@@ -1,13 +1,13 @@
#文件位置配置 #文件位置配置
business: business:
#分片次数一定为24的约数1 2 3 4 6 8 12 24 #分片次数一定为24的约数1 2 3 4 6 8 12 24
slice: 4 slice: 4
server: server:
port: 8090 port: 8090
spring: spring:
security: security:
user: user:
name: njcn name: data_njcn
password: dnzl@#002 password: dnzl@#002
#influxDB内容配置 #influxDB内容配置
influx: influx:
@@ -76,7 +76,7 @@ spring:
password: Pqsadmin123 password: Pqsadmin123
driver-class-name: oracle.jdbc.driver.OracleDriver driver-class-name: oracle.jdbc.driver.OracleDriver
target: 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 username: root
password: njcnpqs password: njcnpqs
driver-class-name: com.mysql.cj.jdbc.Driver driver-class-name: com.mysql.cj.jdbc.Driver
@@ -89,9 +89,9 @@ mybatis-plus:
#驼峰命名 #驼峰命名
map-underscore-to-camel-case: true map-underscore-to-camel-case: true
#配置sql日志输出 #配置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: global-config:
db-config: db-config:
#指定主键生成策略 #指定主键生成策略

View File

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

View File

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