- Spring Microservices
- Rajesh RV
- 133字
- 2021-07-02 16:28:29
Moving from traditional web applications to microservices
Carefully examining the preceding RESTful service will reveal whether this really constitutes a microservice. At first glance, the preceding RESTful service is a fully qualified interoperable REST/JSON service. However, it is not fully autonomous in nature. This is primarily because the service relies on an underlying application server or web container. In the preceding example, a war was explicitly created and deployed on a Tomcat server.
This is a traditional approach to developing RESTful services as a web application. However, from the microservices point of view, one needs a mechanism to develop services as executables, self-contained JAR files with an embedded HTTP listener.
Spring Boot is a tool that allows easy development of such kinds of services. Dropwizard and WildFly Swarm are alternate server-less RESTful stacks.
- 程序設計與實踐(VB.NET)
- PHP 從入門到項目實踐(超值版)
- Responsive Web Design with HTML5 and CSS3
- Spring Boot+Spring Cloud+Vue+Element項目實戰:手把手教你開發權限管理系統
- 機器人Python青少年編程開發實例
- Scala編程實戰(原書第2版)
- C語言程序設計同步訓練與上機指導(第三版)
- Tableau 10 Bootcamp
- Kubernetes進階實戰
- JavaScript Unit Testing
- Salt Cookbook
- Python程序設計案例教程:從入門到機器學習(微課版)
- Python服務端測試開發實戰
- PostGIS Cookbook
- Cadence Concept-HDL & Allegro原理圖與電路板設計(第2版)