mirror of https://gitee.com/stylefeng/guns
【application-dev.yml】修改beetl版本dev数据库
parent
45e340f7be
commit
c783f0f2ef
|
@ -2,9 +2,9 @@
|
||||||
spring:
|
spring:
|
||||||
datasource:
|
datasource:
|
||||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||||
url: jdbc:mysql://114.215.203.183:3306/guns?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=CTT
|
url: jdbc:mysql://114.215.203.183:3306/guns_beetl_dev?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=CTT
|
||||||
username: guest
|
username: beetl_dev
|
||||||
password: p8HMTBEapAPPmXB8
|
password: sksTykzfZeMFbwJf
|
||||||
|
|
||||||
# 连接池大小根据实际情况调整
|
# 连接池大小根据实际情况调整
|
||||||
max-active: 100
|
max-active: 100
|
||||||
|
|
Loading…
Reference in New Issue