1.pom文件调整
This commit is contained in:
@@ -10,8 +10,14 @@ spring:
|
||||
druid:
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
url: jdbc:mysql://10.118.135.128:13306/pqsinfo_pms_jb?useUnicode=true&characterEncoding=utf-8&useSSL=true&serverTimezone=CTT&rewriteBatchedStatements=true
|
||||
username: root
|
||||
password: njcnpqs
|
||||
username: pqsadmin
|
||||
password: '@#Pqsadmin123'
|
||||
# url: jdbc:mysql://192.168.1.18:13306/pqsinfo_pms_jb?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=CTT
|
||||
# username: root
|
||||
# password: njcnpqs
|
||||
# url: jdbc:mysql://localhost:3306/info?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=CTT
|
||||
# username: root
|
||||
# password: root
|
||||
#初始化建立物理连接的个数、最小、最大连接数
|
||||
initial-size: 5
|
||||
min-idle: 5
|
||||
@@ -40,8 +46,8 @@ spring:
|
||||
enabled: true
|
||||
influx:
|
||||
url: http://10.118.135.129:8086
|
||||
user: admin
|
||||
password: 123456
|
||||
user: pqsadmin
|
||||
password: '@#Pqsadmin123'
|
||||
database: pqsbase
|
||||
mapper-location: com.njcn.jbsyncdata.imapper
|
||||
|
||||
|
||||
Reference in New Issue
Block a user