mirror of https://github.com/jeecgboot/jeecg-boot
nacos默认mysql配置
parent
fbebaf456b
commit
ec93d615f4
|
@ -15,7 +15,7 @@ db:
|
||||||
password:
|
password:
|
||||||
'0': ${MYSQL-PWD:root}
|
'0': ${MYSQL-PWD:root}
|
||||||
url:
|
url:
|
||||||
'0': jdbc:mysql://${MYSQL-HOST:jeecg-boot-mysql}:${MYSQL-PORT:3306}/${MYSQL-DB:nacos-os}?characterEncoding=utf8&connectTimeout=1000&socketTimeout=3000&autoReconnect=true&useUnicode=true&useSSL=false&serverTimezone=UTC&allowPublicKeyRetrieval=true
|
'0': jdbc:mysql://${MYSQL-HOST:jeecg-boot-mysql}:${MYSQL-PORT:3306}/${MYSQL-DB:nacos}?characterEncoding=utf8&connectTimeout=1000&socketTimeout=3000&autoReconnect=true&useUnicode=true&useSSL=false&serverTimezone=UTC&allowPublicKeyRetrieval=true
|
||||||
user:
|
user:
|
||||||
'0': ${MYSQL-USER:root}
|
'0': ${MYSQL-USER:root}
|
||||||
management:
|
management:
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
spring:
|
spring:
|
||||||
profiles:
|
profiles:
|
||||||
active: dm
|
active: mysql
|
Loading…
Reference in New Issue