spring.profiles.active = native不适用于app.yml

时间:2019-05-21 12:15:56

标签: java spring-boot config

我不断得到:

  

java.lang.IllegalStateException:您需要为git存储库配置uri“

每次尝试运行该应用程序时。

已经尝试设置spring.profiles.active=native,但仍然无法正常工作。

spring:
  profiles:
    active: native
  cloud:
    config:
      server:
        native:
          searchLocations: file:///${user.home}/config
  

原因:java.lang.IllegalStateException:您需要为git存储库配置一个uri

0 个答案:

没有答案