From 8df6c04e4c4297dd78ca63ff2f86d7389df8aff0 Mon Sep 17 00:00:00 2001 From: ZhangKai Date: Mon, 14 Mar 2022 15:55:53 +0800 Subject: [PATCH] =?UTF-8?q?#1=20=E6=9B=B4=E6=96=B0=E7=89=88=E6=9D=83?= =?UTF-8?q?=E7=94=B3=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vuepress/config.js | 8 ++------ docs/README.md | 4 ++++ docs/spring-boot/legal.md | 5 ----- docs/spring-cloud/legal.md | 7 ------- docs/spring-ldap/spring-ldap.md | 2 +- 5 files changed, 7 insertions(+), 19 deletions(-) delete mode 100644 docs/spring-boot/legal.md delete mode 100644 docs/spring-cloud/legal.md diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index a37c4b7..12958e8 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -185,7 +185,6 @@ module.exports = { // sidebarDepth: 2, // collapsable: false, // children: [ - // "/en/spring-boot/legal.md", // "/en/spring-boot/getting-help.md", // "/en/spring-boot/documentation.md", // "/en/spring-boot/getting-started.md", @@ -241,7 +240,6 @@ module.exports = { // sidebarDepth: 2, // collapsable: false, // children: [ - // "/en/spring-cloud/legal.md", // "/en/spring-cloud/documentation-overview.md", // "/en/spring-cloud/spring-cloud-build.md", // "/en/spring-cloud/spring-cloud-bus.md", @@ -370,7 +368,7 @@ module.exports = { }, { text: "Spring Boot", - link: '/spring-boot/legal.html' + link: '/spring-boot/getting-help.html' }, { text: "Spring Framework", @@ -382,7 +380,7 @@ module.exports = { }, { text: "Spring Cloud", - link: '/spring-cloud/legal.html' + link: '/spring-cloud/documentation-overview.html' }, { text: "更多文档", @@ -416,7 +414,6 @@ module.exports = { sidebarDepth: 2, collapsable: false, children: [ - "/spring-boot/legal.md", "/spring-boot/getting-help.md", "/spring-boot/documentation.md", "/spring-boot/getting-started.md", @@ -472,7 +469,6 @@ module.exports = { sidebarDepth: 2, collapsable: false, children: [ - "/spring-cloud/legal.md", "/spring-cloud/documentation-overview.md", "/spring-cloud/spring-cloud-build.md", "/spring-cloud/spring-cloud-bus.md", diff --git a/docs/README.md b/docs/README.md index a1fb755..f8e4791 100644 --- a/docs/README.md +++ b/docs/README.md @@ -2,6 +2,10 @@ 从实操的角度整理翻译`Spring`相关文档,包括`快速开始`、`安装指南`、`开发工具配置`、`代码案例`等。 +## 声明 +本站中的文章内容来源于 [Spring.io](https://spring.io/),原始版权归属于 [Spring.io](https://spring.io/)。本站对相关文章进行了翻译及整理。本站文章可供个人学习、研究或者欣赏之用,未经本站事先书面许可,不得进行任何转载、商用或与之相关的行为。 +商标声明:Spring 是 Pivotal Software, Inc. 在美国以及其他国家的商标。 + ## 文档列表 - [Spring](/why-spring.html) diff --git a/docs/spring-boot/legal.md b/docs/spring-boot/legal.md deleted file mode 100644 index 1d59342..0000000 --- a/docs/spring-boot/legal.md +++ /dev/null @@ -1,5 +0,0 @@ -# 法律 - -版权所有 2012-2022 - -本文件的副本可供你自己使用并分发给他人,但前提是你不对此类副本收取任何费用,并且还需每一份副本均包含本版权声明,无论是以印刷形式还是以电子方式分发。 diff --git a/docs/spring-cloud/legal.md b/docs/spring-cloud/legal.md deleted file mode 100644 index 2ab36e8..0000000 --- a/docs/spring-cloud/legal.md +++ /dev/null @@ -1,7 +0,0 @@ -# 法律 - -2021.0.1 - -版权所有 2012-2020 - -本文件的副本可供你自己使用并分发给他人,但前提是你不对此类副本收取任何费用,并且还需每一份副本均包含本版权声明,无论是以印刷形式还是以电子方式分发。 diff --git a/docs/spring-ldap/spring-ldap.md b/docs/spring-ldap/spring-ldap.md index f2a1927..7527cb1 100644 --- a/docs/spring-ldap/spring-ldap.md +++ b/docs/spring-ldap/spring-ldap.md @@ -22,7 +22,7 @@ Spring JDBC 是 Spring Framework 的核心组件,它为简化 SQL 编程提供 Spring LDAP 旨在简化 Java 中的 LDAP 编程。该图书馆提供的一些功能包括: -* [`JdbcTemplate`](https://DOCS. Spring.io/ Spring/DOCS/current/javadoc-api/org/springframework/jdbc/core/jdbctemplate.html)-风格的模板简化到 LDAP 编程。 +* [`JdbcTemplate`](https://DOCS. Spring.io/ Spring/DOCS/current/javadoc-api/org/springframework/jdbc/core/jdbctemplate.html) -风格的模板简化到 LDAP 编程。 * JPA-或 Hibernate-风格的基于对象和目录映射的注释。 -- GitLab