1.maven

子父依赖关系,快速整合第三方框架

2.无配置文件

省略了web.xml,spring.xml,springmvc.xml.mybatis.xml。

spring3.0以上提供注解,springboot通过java语言编写springmvc配置初始化,包括访问路径,视图解析器,也初始化非springmvc配置文件

3.内置tomcat

通过java语言创建tomcat,读取class文件到内存,由tomcat执行

相关文章:

  • 2021-07-25
  • 2021-11-15
  • 2021-12-19
  • 2021-07-05
猜你喜欢
  • 2021-05-24
  • 2021-05-10
  • 2022-12-23
  • 2021-11-18
  • 2021-06-16
  • 2021-05-22
相关资源
相似解决方案