|
@@ -25,9 +25,9 @@ spring:
|
|
|
type: com.alibaba.druid.pool.DruidDataSource
|
|
|
druid:
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
- url: jdbc:mysql://localhost:3306/testdb?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai
|
|
|
+ url: jdbc:mysql://192.168.1.7:3306/huimv_smart_datacollection?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai
|
|
|
username: root
|
|
|
- password: root
|
|
|
+ password: hm123456
|
|
|
initial-size: 10
|
|
|
max-active: 100
|
|
|
min-idle: 10
|