开发环境nacos连接本地配置

This commit is contained in:
zy 2025-12-19 15:16:46 +08:00
parent 1e0f8baef6
commit abaef5dfe4
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ db:
password:
'0': ${MYSQL-PWD:user_fx}
url:
'0': jdbc:mysql://${MYSQL-HOST:jeecg-boot-mysql}:${MYSQL-PORT:13306}/${MYSQL-DB:fx_nacos}?characterEncoding=utf8&connectTimeout=1000&socketTimeout=3000&autoReconnect=true&useUnicode=true&useSSL=false&serverTimezone=UTC&allowPublicKeyRetrieval=true
'0': jdbc:mysql://${MYSQL-HOST:192.168.2.3}:${MYSQL-PORT:3306}/${MYSQL-DB:fx_nacos}?characterEncoding=utf8&connectTimeout=1000&socketTimeout=3000&autoReconnect=true&useUnicode=true&useSSL=false&serverTimezone=UTC&allowPublicKeyRetrieval=true
user:
'0': ${MYSQL-USER:user_fx}
management: