如何在Spring Cloud领事中配置多个搜索路径?

时间:2019-03-02 04:13:47

标签: spring spring-cloud-consul

我的配置

 spring:
  application:
    name: myApp
  cloud:
    consul:
      host: localhost
      port: 8500
      config:
        enabled: true
        prefix: xyz/abc/mnop
        defaultContext: defaults
        aclToken: ${mytoken}
        failFast: false
        watch:
          enabled: false

这是我当前的设置,可以在其中设置一个搜索路径。 但是在我的项目中,我有多个搜索路径。我需要配置所有这些。

0 个答案:

没有答案