October 2018
Intermediate to advanced
982 pages
23h 29m
English
Awesome job; our configuration server is ready to use. Then let's run it. We can use the JAR file, or through IDE as well, it is up to you to choose the desired way.
We can use the Java command line or IDE to run it. I prefer to use IDE because it enables us to debug and make some code changes.
Run it.
The output should look like this:

Tomcat started successfully; our Config Server is up and running. We can find some different endpoints in our Config Server. These endpoints are exposed to serve the configuration file.
The Spring Cloud Config Server supports profiles as well, providing different configurations for ...
Read now
Unlock full access