Home  >  Article  >  Java  >  what is springboot

what is springboot

hzc
hzcOriginal
2020-07-01 15:32:575340browse

Spring Boot is a new framework provided by the Pivotal team. It is designed to simplify the initial construction and development process of new Spring applications. The framework uses a specific way to configure it, so that developers do not need to worry about it. It is then necessary to define boilerplate configurations.

what is springboot

What is Spring Boot

With the popularity of dynamic languages ​​(Ruby, Groovy, Scala, Node.js), the development of Java has become more and more important. Extraordinarily cumbersome; numerous configurations, low development efficiency, complex deployment processes, and difficulty in integrating third-party technologies.

In the above environment, Spring Boot came into being. It uses "habits over configuration" (There are a large number of configurations in the project, and there is also a built-in custom configuration, so you don’t need any means to configure it) The concept allows your project to run quickly.

It is easy to create an independent operation using Spring Boot ( Running jar, embedded Servlet container), a quasi-production-level project based on the Spring framework, using Spring Boot you don’t need or only need very little Spring configuration.

Advantages and Disadvantages of Spring Boot

Advantages:

(1) Quickly build projects;

(2) Configuration-free integration of mainstream development frameworks;

(3) Projects can run independently without external Depends on Servlet container;

(4) Provides runtime application monitoring;

(5) Greatly improves development and deployment efficiency;

(6) And cloud computing Natural integration.

Disadvantages:

(1) The book documentation is few and not deep enough;

(2) If you don’t agree with the Spring framework, this may be its shortcoming , but it is recommended that you must use the Spring framework.

Recommended tutorial: "java tutorial"

The above is the detailed content of what is springboot. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn