- 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.
- Python爬蟲開發(fā):從入門到實(shí)戰(zhàn)(微課版)
- Web Scraping with Python
- Java FX應(yīng)用開發(fā)教程
- Full-Stack React Projects
- Nginx Essentials
- VMware虛擬化技術(shù)
- 深入分布式緩存:從原理到實(shí)踐
- 區(qū)塊鏈技術(shù)與應(yīng)用
- 基于SpringBoot實(shí)現(xiàn):Java分布式中間件開發(fā)入門與實(shí)戰(zhàn)
- App Inventor少兒趣味編程動手做
- jQuery從入門到精通(微課精編版)
- Pandas 1.x Cookbook
- Java EE輕量級解決方案:S2SH
- ANSYS FLUENT 16.0超級學(xué)習(xí)手冊
- Moodle 3.x Developer's Guide