The former wanted to try out what's new with Spring MVC 4, and it's not that easy to really build a project with Maven in the IDE. Spring was laughing at the size of the EJB, and now it's making itself big, and then a spring Boot was launched to respond to the call for MicroServices.
The advent of spring Boot can greatly improve the efficiency of development when using the spring framework. Spring minimizes the configuration of the spring project, amvn package
It's easy to make a WEB project into afat jar
Runjava -jar spring-boot-sample-1.0-SNAPSHOT.jar
You can launch a Web app with inline Tomcat or Jetty, not to mention the common console app.
Now let's experience how easy spring Boot is to do a spring MVC project, and we're still building a Maven project, the simplest of which is pom.xml
as follows: Read the full story >>
Little try Spring boot-spring MVC