mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2026-01-07 00:58:11 +00:00
Update application-mysql.yml
This commit is contained in:
parent
6e721e4120
commit
36caab37e2
@ -13,7 +13,7 @@ spring:
|
|||||||
db:
|
db:
|
||||||
num: 1
|
num: 1
|
||||||
password:
|
password:
|
||||||
'0': ${MYSQL-PWD:root@2023}
|
'0': ${MYSQL-PWD:root}
|
||||||
url:
|
url:
|
||||||
'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
|
'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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user