Intend to write a series of articles, so that we can understand SpringBoot, through the introduction of SpringBoot learning, through a sample Demo to let you can really use SpringBoot.
Suitable for people:
1, have a certain Java foundation of friends
2, suitable for junior and intermediate friends.
1. What is Spring Boot
Source official documents:
Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can “just run”.
We take an opinionated view of the Spring platform and third-party libraries so you can get started with minimum fuss. Most Spring Boot applications need very little Spring configuration.
The above means:
Spring Boot makes it easy to create a standalone, production-level application that you can run.
We can get a quick start using the Spring platform and third-party libraries. Many Spring Boot applications require very little configuration.
2. How to set up a Spring Boot environment
The definition of Spring Boot, you may know, but still a little confused, now we directly start, to build a Spring Boot project, and then step by step to explain and implement, let you further understand how to start using Spring B