1. Spring

2021-12-28  本文已影响0人  Messix_1102

1.1 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>

1.2 优点

1.3 组成

7大模块

1.4 拓展

上一篇 下一篇

猜你喜欢

热点阅读