What is the relationship among springboot netflix Pivotal?

what is the relationship among springboot netflix Pivotal?

May.30,2021

What is < H1 > Spring Boot? < / H1 >
All in all, Spring Boot is a project built on the top of the Spring framework. It provides a simpler and faster way to set up, configure, and run both simple and web-based applications.

all in all, ides an easy and quick way to configure and run web applications. Traditional web development requires that you first install and configure Tomcat , and then put your own program into the webapp of Tomcat to execute. Spring Boot does the opposite, first write the web application, and then Spring Boot helps you start the embedded Tomcat (or other web servers, such as Undertow or Jetty ) to run. It makes the web application no longer the guest of the web server, but the host of the web server.

What is < H1 > Netflix? < / H1 >
Netflix, is an OTT service that provides online video-on-demand in many countries around the world and operates a single-rate mailing DVD rental service in the United States.

Why jump from Spring Boot to Netflix company? This is because Spring Cloud is a very important component Eureka , which is a product of Netflix. It provides the most important service registration and service discovery functions of the whole micro service architecture, which can be said to be the core of micro services.

What is < H1 > Pivotal? < / H1 >
Pivotal is a new company jointly formed by EMC and VMware. EMC owns 80 per cent of VMware, and Dell has acquired EMC, so Pivotal is now a subsidiary of Dell.

Pivotal the company's main product is Cloud Foundry , Cloud Foundry is an open source "platform as a service (PaaS)" product, its function is equivalent to a huge box in which you can easily create and run Spring Boot applications and provide Spring Cloud services. Since 2016, we have encountered strong competitors: Kubernetes from Google company, because Kubernetes provides management and services based on the currently booming

Previous: Problems with front and back end separation of projects, expiration of token, re-login and refresh of token

Next: How to get the maximum scale value of the echarts axis?

Menu