- 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.
推薦閱讀
- Python編程自學手冊
- Getting Started with React
- Learning RxJava
- Getting Started with Python Data Analysis
- JavaScript 程序設計案例教程
- Java程序設計入門
- Java面向對象程序設計
- 用案例學Java Web整合開發
- 響應式Web設計:HTML5和CSS3實戰(第2版)
- Spring 5 Design Patterns
- Mastering OAuth 2.0
- Drupal 8 Development Cookbook(Second Edition)
- 寫給青少年的人工智能(Python版·微課視頻版)
- PHP+MySQL Web應用開發教程
- Instant JRebel