SpringBoot entry and the advantages and disadvantages

A. What is spirngboot?

Spring Boot is a new tool set provided by Pivotal team, which is designed to simplify the development process as well as the initial build new Spring applications.The framework uses a particular manner be configured so that the developer is no longer necessary to define the configuration of the template. In this way, Spring Boot committed to rapid application development booming (rapid application development) to be a leader.


II. How to use?

Use springboot is very simple, we just want our original content xml configuration by way of java can be configured in the past, most of the configuration has been springboot to assemble it yourself, we only need to write the configuration of our own need to write out alone to


Three .Spring difference, SpringMVC and the SpringbootDifference Spring, SpringMVC and the Springboot

spring boot is a broad framework which contains many things, one of which spring is the core content, of course, include spring mvc.

spring mvc spring is just a processing module requests the web layer.

总结: spring mvc < spring <springboot

Four .Springboot advantages and disadvantages

Chen Xi students

summary

Spring Boot Spring is not in place, but the Spring project can more quickly develop, deploy and test. It uses "convention over configuration" philosophy, providing a large number of starter in its interior, which in turn provides a number of automatic starter class configuration, allows developers to pursue the "ism" out of the box. While this can quickly develop, deploy and test, but will also have a big problem, that is, if you do not understand the principles of Spring, once the problem development occurs, developers can easily mess up, it is difficult to find the root of the problem , resulting in the developer's problems.

May we all become excellent development engineers

2020.02.18 ~

Released seven original articles · won praise 1 · views 200

Guess you like

Origin blog.csdn.net/weixin_45393094/article/details/104377086