From 8e6a5dc5cb28c64dfaa3bb7cd02195314ac9b868 Mon Sep 17 00:00:00 2001 From: ZhangKai Date: Fri, 11 Mar 2022 15:45:52 +0800 Subject: [PATCH] =?UTF-8?q?#15=20spring=20data=20=E6=96=87=E5=AD=97?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/spring-data/README.md | 2 +- docs/spring-data/spring-data.md | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/spring-data/README.md b/docs/spring-data/README.md index 8ce5c92..a6d0ef3 100644 --- a/docs/spring-data/README.md +++ b/docs/spring-data/README.md @@ -1 +1 @@ -# Spring Data \ No newline at end of file +# Spring Data 文档 \ No newline at end of file diff --git a/docs/spring-data/spring-data.md b/docs/spring-data/spring-data.md index bc33b56..09037d6 100644 --- a/docs/spring-data/spring-data.md +++ b/docs/spring-data/spring-data.md @@ -14,8 +14,6 @@ Spring Data Commons 项目将核心 Spring 概念应用于使用许多关系和 * 快照存储库:[https://repo.spring.io/libs-snapshot](https://repo.spring.io/libs-snapshot) -## 参考文献 - ## 2. 依赖关系 由于每个 Spring 数据模块的启动日期不同,它们中的大多数都带有不同的主要版本号和次要版本号。找到兼容版本的最简单的方法是依赖 Spring 数据发布列 BOM,我们提供的是定义的兼容版本。在 Maven 项目中,你将在 POM 的``部分中声明此依赖项,如下所示: -- GitLab