spring基础

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

spring基础

 

 

ioc,aop为重点

1、概念

spring 是一个轻量级的控制反转(IOC)和面相切面编程(AOP)的框架

2、组成

spring基础

 

 

 

上一篇:你创建微信公众账号了吗?别闲着,来做微信营销吧


下一篇:如何发送一个http请求—apipost