|
@@ -12,9 +12,9 @@ spring:
|
|
|
min-idle: 0 #最小等待连接中的数量,设 0 为没有限制
|
|
|
shutdown-timeout: 1000ms
|
|
|
datasource:
|
|
|
- url: jdbc:mysql://139.186.27.96/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false
|
|
|
+ url: jdbc:mysql://172.30.0.4:4000/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false
|
|
|
username: hcst
|
|
|
- password: test@20190531
|
|
|
+ password: hcst@2020
|
|
|
|
|
|
#mybatis plus 设置
|
|
|
mybatis-plus:
|