in28minutes / course-material

Course Material for in28minutes courses on Java, Spring Boot, DevOps, AWS, Google Cloud, and Azure.
https://github.com/in28minutes/learn
989 stars 1.29k forks source link

No spring.config.import property has been defined #2

Closed dijadhav closed 2 years ago

dijadhav commented 2 years ago

image

I got the above issue with spring v2. I am using spirng boot 2.6.3. I have added spring.config.import=configserver:http://localhost:8888 property in application.properties.

dijadhav commented 2 years ago

Sorry for raising issue.I had forgot to add optional.