Spring boot quick start tutorial
brief introduction
When you first came into contact with and learned about the spring framework, did you retreat because of its complex configuration? When you used the spring framework for the nth time, did you feel a little bored with a pile of repeatedly pasted configurations? Then you might as well try using spring boot to make it easier for you to get started and build spring applications more simply and quickly!
Spring boot makes our spring applications lighter. For example, you can rely on a Java class to run a spring reference. You can also package your application as a jar and run your spring web application by using java - jar.
Main advantages of spring boot:
quick get start
The main goal of this chapter is to complete the construction of spring boot basic project and realize a simple HTTP request processing. Through this example, we have a preliminary understanding of spring boot and experience its features of simple structure and rapid development.
System requirements:
This article uses Java 1.8 0_ 73、Spring Boot 1.3. 2. Commissioning passed.
Building projects with maven
1. Generate basic projects through spring initializr tool
visit: http://start.spring.io/