- Spring 5.0 Microservices(Second Edition)
- Rajesh R V
- 94字
- 2021-07-02 19:44:57
Expose services through port bindings
A Twelve-Factor App is expected to be self-contained or standalone. Traditionally, applications are deployed into a server--a web server or an application server, such as Apache Tomcat or JBoss, respectively. A Twelve-Factor App ideally does not relay on an external web server. A HTTP listener, such as Tomcat, Jetty, and more, has to be embedded in the service or application itself.
Port binding is one of the fundamental requirements for microservices to be autonomous and self-contained. Microservice embeds the service listeners as a part of the service itself.
推薦閱讀
- 自然語言處理實戰:預訓練模型應用及其產品化
- MongoDB for Java Developers
- Unity Virtual Reality Projects
- JavaScript+jQuery開發實戰
- 跟老齊學Python:輕松入門
- Mastering PHP Design Patterns
- HTML5+CSS3+JavaScript Web開發案例教程(在線實訓版)
- jQuery開發基礎教程
- INSTANT Django 1.5 Application Development Starter
- Rust Essentials(Second Edition)
- 平面設計經典案例教程:CorelDRAW X6
- Java 7 Concurrency Cookbook
- Raspberry Pi開發實戰
- Swift Essentials(Second Edition)
- ASP.NET Core 2 High Performance(Second Edition)