- Spring 5.0 Microservices(Second Edition)
- Rajesh R V
- 66字
- 2021-07-02 19:44:58
Package admin processes
Apart from application requests, most of the applications provision for admin tasks. This principle advices you to target the same release and an identical environment as the long running processes runs to perform these activities. Admin code should also be packaged along with the application code.
This principle is not only valid for microservices, but it is also applicable to any application development.
推薦閱讀
- Maven Build Customization
- Visual FoxPro程序設計教程
- Rust實戰
- SQL Server 2012數據庫技術及應用(微課版·第5版)
- Learning RabbitMQ
- 數據結構(Java語言描述)
- Nexus規模化Scrum框架
- Mastering Rust
- Elasticsearch for Hadoop
- TradeStation交易應用實踐:量化方法構建贏家策略(原書第2版)
- Anaconda數據科學實戰
- Learning D3.js 5 Mapping(Second Edition)
- 計算機應用基礎(Windows 7+Office 2010)
- C語言編程魔法書:基于C11標準
- Spring Boot 2+Thymeleaf企業應用實戰