spring-cloud / spring-cloud-consul

Spring Cloud Consul
http://cloud.spring.io/spring-cloud-consul/
Apache License 2.0
805 stars 543 forks source link

I hope to be able to load both key simultaneously #814

Open notdragonfly opened 1 year ago

notdragonfly commented 1 year ago

I hope to be able to load two keys simultaneously. How can I write my yaml? Currently, I am using one key and can reload it. These two keys are in the same folder, and I hope to be able to load them simultaneously,

spring: cloud: consul: host: 127.0.0.1 port: 8101 config: enabled: true default-context: routermgr format: YAML data-key: database

I also have a common key and I hope to load it simultaneously