修改 Spring Data JPA 的文档快速链接

This commit is contained in:
YuCheng Hu
2021-02-17 11:09:05 -05:00
parent cc32c18b26
commit b1213ccccf
3 changed files with 33 additions and 1 deletions
+2
View File
@@ -3,6 +3,8 @@
- Spring Boot
- [Spring Boot 文档和手册首页](spring-boot-docs/README.md)
- Spring Data
- [Spring Data JPA 文档和手册首页](spring-data/spring-data-jpa.md)
- [联系我们](contact.md)
- [Changelog](changelog.md)
+1 -1
View File
@@ -11,7 +11,7 @@
})(window,document,'script','dataLayer','GTM-W3NL9V');</script>
<!-- End Google Tag Manager -->
<title>SpringBoot 中文文档</title>
<title>Spring 中文文档</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<meta name="description" content="SpringBoot 中文文档">
<meta name="viewport"
+30
View File
@@ -0,0 +1,30 @@
# Spring Data JPA 文档和手册(中文)
Spring Data JPA 有关的快速参考链接请参考下面的表格:
| 网站名称 | URL | NOTE |
|---|---|---|
| 源代码 | [https://github.com/cwiki-us-spring/spring-data-jpa](https://github.com/cwiki-us-spring/spring-data-jpa) | 下面编译结果使用的源代码 |
| 参考(Reference | [https://cdn.ossez.com/docs/spring-docs/spring-data-jpa/reference/html/index.html](https://cdn.ossez.com/docs/spring-docs/spring-data-jpa/reference/html/index.html) | 从官方代码库中 Fork 下来的代码后进行中文化编译后的的文档 |
| API | [https://cdn.ossez.com/docs/spring-docs/spring-data-jpa/apidocs/index.html](https://cdn.ossez.com/docs/spring-docs/spring-data-jpa/apidocs/index.html) | 官方代码库中 Fork 下面的代码后编译的 API 参考 |
## 从源代码编译 Reference 和 API
## 联系我们
如果您有兴趣参与我们的小组和项目,请使用下面的联系方式和我们联系:
| 联系方式名称 | 联系方式 |
|---|---|
| 电子邮件 | [service@ossez.com](mailto:service@ossez.com) |
| QQ 或微信 | 103899765 |
| QQ 交流群 Spring | 15186112 |
| 社区论坛 | [https://www.ossez.com/c/open-source/Spring/20](https://www.ossez.com/c/open-source/Spring/20) |
### 微信及公众平台
我们建议您通过社区论坛来和我们进行沟通,请关注我们的微信公众号。
![](https://cdn.ossez.com/img/cwikius/cwikius-qr-wechat-search-w400.png)
## Spring Boot 文档和手册快速导航