- Spring 5.0 Microservices(Second Edition)
- Rajesh R V
- 98字
- 2021-07-02 19:44:56
Externalizing configurations
The Externalize configurations principle gives you an advice to externalize all configuration parameters from the code. An application's configuration parameters vary between environments such as support email IDs or URL of an external system, username, passwords, queue name, and more. These will be different for development, testing, and production. All service configurations should be externalized:

The same principle is obvious for microservices as well. Microservices configuration parameters should be loaded from an external source. This will also help you automate the release and deployment process as the only change between these environments are the configuration parameters.
推薦閱讀
- FuelPHP Application Development Blueprints
- 深度學習經典案例解析:基于MATLAB
- BeagleBone Media Center
- C++20高級編程
- INSTANT Silverlight 5 Animation
- Mastering Elasticsearch(Second Edition)
- Android Development Tools for Eclipse
- PHP+MySQL動態網站開發從入門到精通(視頻教學版)
- MySQL 8從零開始學(視頻教學版)
- C# 7.0本質論
- Visual FoxPro程序設計習題及實驗指導
- 測試工程師Python開發實戰
- Mastering Unity 2017 Game Development with C#(Second Edition)
- jQuery基礎教程(第4版)
- Scratch編程入門與算法進階(第2版)