“Spring Boot 2 数据库场景的自动配置分析与整合测试”的版本间的差异

来自姬鸿昌的知识库
跳到导航 跳到搜索
(建立内容为“https://www.bilibili.com/video/BV19K4y1L7MT?p=60”的新页面)
 
第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>