Spring boot could not resolve placeholder in string

后端 未结 9 1102
悲哀的现实
悲哀的现实 2020-12-16 14:28

I am running spring-boot on an embedded tomcat server through maven with mvn clean install spring-boot:run. But every time I run it I get this error:

         


        
9条回答
  •  南方客
    南方客 (楼主)
    2020-12-16 15:29

    I was missing the below dependency

      
        org.springframework.cloud
        spring-cloud-starter-config
    
    

    I need read config values for ceneralized config server .

提交回复
热议问题