A brief introduction to Springboot
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 this way, Spring boot is committed to becoming a leader in the burgeoning field of rapid application development (rapid application development).
1. Create a standalone spring application
2. Embedded Tomcat, no need to deploy the war file
3. Simplify MAVEN Configuration
4. Automatically configure Spring
5. Provide production-ready features such as indicators, health checks and external configurations
6. Absolutely no code generation and no configuration required for XML
Spring boot relies on the spring tools Suite (STS) plug-in tool to build the development environment. Spring Tools Suite is a tool for developing spring applications that is based on the Eclipseide development environment.
Provides an out-of-the-box environment for implementing, debugging, and deploying your spring applications, including consolidation support for critical servers and cloud computing, GIT,MAVEN,ASPECTJ, and the latest version of Eclipse.
Spring Tools Suite (STS) is a packaged eclipse that is used primarily for rapid development of spring projects, and instead of editing tedious XML configuration files, it is generated automatically by tools.
There are two ways to install an STS, one is to install the STS plugin directly in Eclipse, and the other is to download and install the STS directly.
One: Eclipse directly installs STS plugin
Eclipse-----Help----Eclipse Marketplace
Search sts, install
Well, long wait, I here is really too slow, so I choose the second kind, hehe ~
II: Download the STS installation package and integrate it into eclipse
First, the usual help----about Eclipseide view the current Eclipse version number to correspond to the STS version.
Mine is 4.8 and then open Http://spring.io/tools/sts/all to see what version of STS 4.8 corresponds to.
After the download is complete, do not unzip, direct eclipse----help-----Install New software------Select Add------First Name yourself, the second archive, select the package you just downloaded,
Then incredibly also long wait, but than ecliipse directly installed faster, do not ask me why, I have tried ...
Then next-----consent, prompting to restart Eclipse, after reboot,
Checking the Windows----Preferences-------Search spring means that the installation was successful.
Eclipse Integration STS Plug-in