- Spring 5.0 Microservices(Second Edition)
- Rajesh R V
- 88字
- 2021-07-02 19:44:56
Single code base
The code base principle advices that each application should have a single code base. There can be multiple instances of deployment of the same code base, such as development, testing, or production. The code is typically managed in a source-control system such as Git, Subversion, and so on:

Extending the same philosophy for microservices, each microservice should have its own code base, and this code base is not shared with any other microservice. It also means that one microservice will have exactly one code base.
推薦閱讀
- UML和模式應(yīng)用(原書第3版)
- SQL學(xué)習(xí)指南(第3版)
- Maven Build Customization
- Visual Basic程序開發(fā)(學(xué)習(xí)筆記)
- Learning RxJava
- Learning Data Mining with Python
- OpenStack Cloud Computing Cookbook(Fourth Edition)
- Symfony2 Essentials
- Python機(jī)器學(xué)習(xí)基礎(chǔ)教程
- Java EE 8 Application Development
- 蘋果的產(chǎn)品設(shè)計(jì)之道:創(chuàng)建優(yōu)秀產(chǎn)品、服務(wù)和用戶體驗(yàn)的七個(gè)原則
- “笨辦法”學(xué)C語言
- Flask Web開發(fā):基于Python的Web應(yīng)用開發(fā)實(shí)戰(zhàn)(第2版)
- UML軟件建模
- SQL Server on Linux