mirror of
https://gitee.com/log4j/pig.git
synced 2024-12-22 04:47:10 +08:00
doc(nacos): 默认配置链接数据库属性修改为最新spring属性
This commit is contained in:
parent
772ecccfb9
commit
1832ebf973
@ -31,8 +31,6 @@ nacos:
|
|||||||
spring:
|
spring:
|
||||||
application:
|
application:
|
||||||
name: @project.artifactId@
|
name: @project.artifactId@
|
||||||
datasource:
|
|
||||||
platform: mysql #这个过期属性不能修改,nacos 代码对此有硬编码
|
|
||||||
security:
|
security:
|
||||||
enabled: true
|
enabled: true
|
||||||
boot: # 接入 spring boot admin
|
boot: # 接入 spring boot admin
|
||||||
@ -43,6 +41,9 @@ spring:
|
|||||||
password: pig
|
password: pig
|
||||||
instance:
|
instance:
|
||||||
service-host-type: ip
|
service-host-type: ip
|
||||||
|
sql:
|
||||||
|
init:
|
||||||
|
platform: mysql
|
||||||
|
|
||||||
useAddressServer: true
|
useAddressServer: true
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user