一.spring简单介绍

1.maven pom.xml配置

<!-- https://mvnrepository.com/artifact/org.springframework/spring-webmvc -->
<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-webmvc</artifactId>
    <version>5.2.0.RELEASE</version>
</dependency>

2.优点

轻量级 开源的 非入侵的(不会改变你原来的代码)

控制反转 (IOC)

面向切面编程(AOP)

支持对事物的处理

一个大杂烩 能整合很多框架

posted @ 2020-08-30 15:20  why666  阅读(111)  评论(0编辑  收藏  举报