“Spring Boot 2 数据库场景的自动配置分析与整合测试”的版本间的差异
跳到导航
跳到搜索
Jihongchang(讨论 | 贡献) (建立内容为“https://www.bilibili.com/video/BV19K4y1L7MT?p=60”的新页面) |
Jihongchang(讨论 | 贡献) |
||
第1行: | 第1行: | ||
https://www.bilibili.com/video/BV19K4y1L7MT?p=60 | https://www.bilibili.com/video/BV19K4y1L7MT?p=60 | ||
+ | |||
+ | === pom.xml === | ||
+ | <syntaxhighlight lang="xml"> | ||
+ | <dependency> | ||
+ | <groupId>org.springframework.boot</groupId> | ||
+ | <artifactId>spring-boot-starter-data-jdbc</artifactId> | ||
+ | </dependency> | ||
+ | </syntaxhighlight> |
2023年1月30日 (一) 08:36的版本
https://www.bilibili.com/video/BV19K4y1L7MT?p=60
pom.xml
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jdbc</artifactId>
</dependency>