Skip to content

spring boot 0.2.4 以及 0.1.4 版本新功能使用手册

liaochuntao edited this page Dec 20, 2019 · 1 revision

Config 模块

  1. 支持配置data-ids的设置方式
nacos.config.data-ids=people,test
nacos.config.group=DEVELOP
nacos.config.type=properties
nacos.config.auto-refresh=true
nacos.config.max-retry=10
nacos.config.config-retry-time=2333
nacos.config.config-long-poll-timeout=46000
nacos.config.enable-remote-sync-config=true

Naming 模块

  1. 支持应用关闭时自动注销服务

NacosDiscoveryAutoDeregister