- 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.
推薦閱讀
- Photoshop智能手機APP UI設計之道
- 三維圖形化C++趣味編程
- DevOps Automation Cookbook
- Python金融數據分析
- Apache Spark 2.x for Java Developers
- The Professional ScrumMaster’s Handbook
- Python+Tableau數據可視化之美
- Secret Recipes of the Python Ninja
- 大規模語言模型開發基礎與實踐
- React.js實戰
- C++ Data Structures and Algorithm Design Principles
- jBPM6 Developer Guide
- 測試基地實訓指導
- OpenCV:Computer Vision Projects with Python
- C語言從入門到精通(第4版)