Closed diogoaltoe closed 6 years ago
Sorry my mistake! I discovered what I did wrong. This taked some hours, but was very helpful to my learning.
Thanks and sorry again.
@diogoaltoe what was the issue
@aflaifel, unfortunately, I do not remember what was the issue, but I posted on my GitHub page (https://github.com/diogoaltoe/spring-cloud-microservices/tree/master/server-config) a functional project of this config service. Please check if this helps you with something.
I'm trying to make the exercise and finded some trouble.
This is the error message that I get:
This is my application.yml file:
My bootstrap.yml file:
My WordController.java file:
My MyApplication.java file:
And pom.xml file:
What am I doing wrong?