In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-03-04 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/02 Report--
This article will explain in detail what is the difference between SpringBoot and SpringCloud, the content of the article is of high quality, so the editor will share it with you for reference. I hope you will have a certain understanding of the relevant knowledge after reading this article.
I. brief introduction of SpringBoot and SpringCloud
1. SpringBoot: SpringBoot is a rapid development framework, which helps us quickly integrate third-party commonly used frameworks by using Maven-dependent inheritance, completely using annotations (using annotations to start SpringMVC), simplifying XML configuration, built-in HTTP server (Tomcat,Jetty), and finally executed by Java applications. it is a framework developed by Pivotal (former Spring team) and adopts the principle of "specification is greater than configuration". Integrating other framesets with Spring as the core is the framework of the framework. Using Spring Boot has four advantages: 1, simpler coding 2, simpler configuration 3, easier deployment 4, easier monitoring.
2. SpringCloud: it is a collection of Spring Boot-based frameworks launched by Pivotal to help developers quickly build a distributed service or application. Is a complete set of micro-service framework, it is an orderly collection of a series of frameworks. It only combines the relatively mature service framework developed by various companies and withstands the actual test, shields the complex configuration and implementation principles through SpringBoot style re-encapsulation, and finally leaves a set of distributed system development toolkits that are easy to understand, easy to deploy and easy to maintain for developers. It makes use of the development convenience of SpringBoot to skillfully simplify the development of distributed system infrastructure, such as service discovery registration, configuration center, message bus, load balancing, circuit breaker, data monitoring and so on. It can be started and deployed with one button with the development style of SpringBoot.
II. The difference between SpringBoot and SpringCloud
1. SpringBoot is a rapid development framework that simplifies xml configuration using annotations and has a built-in Servlet container for execution by Java applications.
2. SpringCloud is a collection of frameworks that can contain SpringBoot.
3. SpringCloud+SpringBoot realizes the development of micro services. Specifically, SpringCloud has the core technology of micro-service development: RPC remote invocation technology; the web component of SpringBoot integrates SpringMVC by default, which can achieve lightweight transmission of HTTP+JSON and write micro-service interface, so SpringCloud relies on SpringBoot framework to achieve micro-service development.
About what is the difference between SpringBoot and SpringCloud to share here, I hope the above content can be of some help to you, can learn more knowledge. If you think the article is good, you can share it for more people to see.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.