Configuration server
This module provides a centralized tool for storing all of the configurations that your applications need in order to work. Within the Java world, it's quite common to have .properties and .yml files that store all of the required configurations.
Spring offers the ability to create different profiles, in order to deal with different environments, using files with the previously mentioned extensions. However, it also has the option to keep all of the configuration centralized in a server, where you can store values and even encrypted information. When clients need to access this secret information, the configuration server has the ability to decrypt the information and make it available to the client. Furthermore, you ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access