Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在云领事中禁用服务发现但仍保留注册。
类似于如何禁用自动注册但保持发现@EnableDiscoveryClient(autoRegisters=false)
@EnableDiscoveryClient(autoRegisters=false)
spring.cloud.consul.discovery.enabled=false将禁用 consul DiscoveryClient。没有 java/annotation 方法可以做到这一点。
spring.cloud.consul.discovery.enabled=false
DiscoveryClient