|
@@ -5,9 +5,9 @@ spring:
|
|
|
druid:
|
|
|
lantone:
|
|
|
driver-class-name: com.mysql.jdbc.Driver
|
|
|
- url: jdbc:mysql://192.168.2.121:3306/qc?useUnicode=true&characterEncoding=utf8
|
|
|
+ url: jdbc:mysql://192.168.2.122:3306/qc?useUnicode=true&characterEncoding=utf8
|
|
|
username: root
|
|
|
- password: QuGDHNG35r
|
|
|
+ password: lantone
|
|
|
initial-size: 8
|
|
|
min-idle: 1
|
|
|
max-active: 20
|
|
@@ -26,7 +26,7 @@ spring:
|
|
|
use-global-data-source-stat: true
|
|
|
redis:
|
|
|
database: 10
|
|
|
- host: 192.168.2.121
|
|
|
+ host: 192.168.2.122
|
|
|
port: 6379
|
|
|
password: lantone
|
|
|
timeout: 2000
|