what is spring boot

what is spring boot

1
2
    spring家族很庞大,已经成为我们javaweb开发人员不可或缺的组件,他加快了我们开发项目的周期,简化了我们的代码数量
现在,springboot已经火起来了,他简单易用,容易上手,越来越多的人开始使用它。

那什么是springboot呢

1
即使你已经开始使用了springboot,可能不一定能系统的说出来他是什么,为什么会有他的出现以及他的特性。下面我们来说一下

原:Spring Boot is a framework for packaging the spring application with sensible defaults. What does this mean?. You are developing a web application using Spring MVC, Spring Data, Hibernate and Tomcat. How do you package and deploy this application to your web server. As of now, we have to manually write the configurations, XML files, etc. for deploying to web server.