Spring Boot Learning One: Understanding Spring Boot

Source: Internet
Author: User
What is Spring boot

Spring Boot is a new framework provided by the pivotal team designed to simplify the initial setup and development of new spring applications. The framework uses a specific approach to configuration, which eliminates the need for developers to define boilerplate configurations. In my words, spring boot is not really a new framework, it is configured with many frameworks by default, as Maven integrates all the jar packages, and spring boot integrates all the frameworks (not knowing if the analogy is appropriate).

What are the benefits of using spring boot?

In fact is simple, fast, convenient! What do we need to do when we need to build a spring Web project?

1) Configure Web. XML to load spring and spring MVC

2) Configure the database connection, configure the spring transaction

3) Configure the load profile to read, open annotations

4) Configuration log file

...

Deploy Tomcat debugging after configuration is complete

...

Now very popular microservices if I just need to send a message to this project if my project is just to produce one point; I need to toss it all over again!

But what if I use Spring boot?

Very simple, I just need very few configuration can quickly and easily build up a set of Web projects or build a micro-service!

Spring Boot Learning One: Understanding Spring Boot

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.