-
Notifications
You must be signed in to change notification settings - Fork 222
bootstrap nacos
liubao edited this page Apr 13, 2023
·
1 revision
spring:
application:
# 微服务名称。 微服务名称定义好以后,后续不能变更。
name: basic-provider
cloud:
nacos:
discovery:
enabled: true
server-addr: http://127.0.0.1:8848
service: ${spring.application.name}
config:
enabled: true
server-addr: http://127.0.0.1:8848
service: ${spring.application.name}
-
使用Spring Cloud Huawei功能
-
使用服务治理
-
生态集成
-
迁移改造问题
-
配置参考
-
优秀实践
-
常见问题