doc(nacos): 默认配置链接数据库属性修改为最新spring属性

This commit is contained in:
冷冷 2024-10-10 12:30:59 +08:00
parent 772ecccfb9
commit 1832ebf973

View File

@ -31,8 +31,6 @@ nacos:
spring:
application:
name: @project.artifactId@
datasource:
platform: mysql #这个过期属性不能修改nacos 代码对此有硬编码
security:
enabled: true
boot: # 接入 spring boot admin
@ -43,6 +41,9 @@ spring:
password: pig
instance:
service-host-type: ip
sql:
init:
platform: mysql
useAddressServer: true