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:
mvn clean install spring-boot:run
I was missing the below dependency
org.springframework.cloud spring-cloud-starter-config
I need read config values for ceneralized config server .