From a796f620f83e42ad28ccf9ac6cdab93c212d005d Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Wed, 28 Sep 2022 13:10:13 -0400 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E6=95=B4=E4=BD=93=20Spring=20?= =?UTF-8?q?=E7=9A=84=E6=96=87=E6=A1=A3=E7=B4=A2=E5=BC=95=E8=BF=9B=E8=A1=8C?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CONTACT.md | 2 -- _sidebar.md | 12 +++------ spring/_README.md | 25 +++++++++++++++++++ {spring-boot => spring}/spring-boot.md | 6 ++--- {spring-data => spring}/spring-data-jpa.md | 7 +++--- .../index.md => spring/spring-security.md | 15 ++++++++--- 6 files changed, 46 insertions(+), 21 deletions(-) create mode 100644 spring/_README.md rename {spring-boot => spring}/spring-boot.md (94%) rename {spring-data => spring}/spring-data-jpa.md (86%) rename spring-security/index.md => spring/spring-security.md (50%) diff --git a/CONTACT.md b/CONTACT.md index 4d57f30..3e05c61 100644 --- a/CONTACT.md +++ b/CONTACT.md @@ -35,5 +35,3 @@ | WIKI 维基 | [www.cwiki.us](https://www.cwiki.us/) | 使用 Confluence 部署的 WIKI 知识库 | | DOCS.OSSEZ.COM | [https://docs.ossez.com/#/](https://docs.ossez.com/#/) | 本手册的编译版本将会部署在这个链接上 | | CN 博客 | [http://www.cwikius.cn/](http://www.cwikius.cn/) | CWIKIUS.CN 一个有独立思考和温度的清新站 | - -## \ No newline at end of file diff --git a/_sidebar.md b/_sidebar.md index 6ea051c..f6c247c 100644 --- a/_sidebar.md +++ b/_sidebar.md @@ -1,10 +1,4 @@ - CWIKIUS SPRING 文档和手册 - - [文档项目介绍](README.md) - -- Spring Boot - - [Spring Boot](spring-boot/spring-boot.md) -- Spring Data - - [Spring Data JPA](spring-data/spring-data-jpa.md) - -- [联系我们](CONTACT.md) -- [Changelog](changelog.md) \ No newline at end of file + - [概要和简介](README.md) + - [Spring 文档和手册](spring/_README.md) +- [联系我们](CONTACT.md) \ No newline at end of file diff --git a/spring/_README.md b/spring/_README.md new file mode 100644 index 0000000..097f8e7 --- /dev/null +++ b/spring/_README.md @@ -0,0 +1,25 @@ +# Spring 文档和手册(中文) +Spring 是一个非常常用和重要的框架。 + +因为最近项目的工作需要,要求使用 Spring Boot 来对项目进微服务化。 + +我们可能会用到项目中的一些有关的内容,因此特地整理的了一些相关的文档和翻译。 + +同时又因为 Spring 的子项目非常多,因此我们对 Spring 的子项目文档单独进行编译和部署,这个页面只对子项目的内容和连接快速进行导航,来方便我们快速进行查看和定位。 + +### 社区和快速导航 + +在下面的列表格,我们列出了一些比较有用的 CWIKIUS 相关软件开发使用教程的导航,欢迎访问下面的链接获得更多的内容和参与讨论 + +| 网站名称 | URL | NOTE | +|----------------|--------------------------------------------------------|----------------------------| +| OSSEZ 社区 | [www.ossez.com](https://www.ossez.com/) | 开放社区,欢迎注册参与讨论 | +| WIKI 维基 | [www.cwiki.us](https://www.cwiki.us/) | 使用 Confluence 部署的 WIKI 知识库 | +| DOCS.OSSEZ.COM | [https://docs.ossez.com/#/](https://docs.ossez.com/#/) | 本手册的编译版本将会部署在这个链接上 | +| CN 博客 | [http://www.cwikius.cn/](http://www.cwikius.cn/) | CWIKIUS.CN 一个有独立思考和温度的清新站 | + +[](spring-boot.md ':include') + +[](spring-data-jpa.md ':include') + +[](spring-security.md ':include') \ No newline at end of file diff --git a/spring-boot/spring-boot.md b/spring/spring-boot.md similarity index 94% rename from spring-boot/spring-boot.md rename to spring/spring-boot.md index a279a7e..00c985f 100644 --- a/spring-boot/spring-boot.md +++ b/spring/spring-boot.md @@ -1,4 +1,4 @@ -# Spring Boot 文档和手册(中文) +## Spring Boot 欢迎来到 Spring Boot 的空间 @@ -15,7 +15,7 @@ GitHub 上有关 Spring 的项目:[https://github.com/cwiki-us-spring-guides](https://github.com/cwiki-us-spring-guides) -## Spring Boot 文档和手册快速导航 +### Spring Boot 文档和手册快速导航 在下面的表格中,我们列出了一些比较有用的 String Boot 教程的导航,在我们文档的整理中,也参考了一些这些文档。 @@ -26,5 +26,5 @@ GitHub 上有关 Spring 的项目:[https://github.com/cwiki-us-spring-guides]( | gitbooks | [https://cwiki-us.gitbook.io/spring-boot-reference-guide-zh/](https://cwiki-us.gitbook.io/spring-boot-reference-guide-zh/) | 手册的简体中文 Git 翻译版本,可能会被要求注册 GitBook 的用户账户。 | | 看云 | [https://www.kancloud.cn/honeymoose/spring-boot-reference-guide](https://www.kancloud.cn/honeymoose/spring-boot-reference-guide) | 手册的简体中文 Git 翻译版本 | -## 联系我们 +### 联系我们 请单击链接:[联系我们](CONTACT.md) 来和我们取得联系。 \ No newline at end of file diff --git a/spring-data/spring-data-jpa.md b/spring/spring-data-jpa.md similarity index 86% rename from spring-data/spring-data-jpa.md rename to spring/spring-data-jpa.md index b1ec8d1..64ff654 100644 --- a/spring-data/spring-data-jpa.md +++ b/spring/spring-data-jpa.md @@ -1,4 +1,4 @@ -# Spring Data JPA +## Spring Data JPA Spring Data JPA 的文档和手册(中文)是从下面表格中的源代码进行编译的。 Spring Data JPA 已经编译并且部署的文档和源代码请参考下面的表格: @@ -10,8 +10,7 @@ Spring Data JPA 已经编译并且部署的文档和源代码请参考下面的 | 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 +### 从源代码编译 Reference 和 API + -## 联系我们 -请单击链接:[联系我们](CONTACT.md) 来和我们取得联系。 diff --git a/spring-security/index.md b/spring/spring-security.md similarity index 50% rename from spring-security/index.md rename to spring/spring-security.md index a62601e..fd05986 100644 --- a/spring-security/index.md +++ b/spring/spring-security.md @@ -1,15 +1,24 @@ -# Spring Security 文档和手册(中文) +## Spring Security Spring Security is a framework that provides xref:features/authentication/index.adoc[authentication], xref:features/authorization/index.adoc[authorization], and xref:features/exploits/index.adoc[protection against common attacks]. With first class support for securing both xref:servlet/index.adoc[imperative] and xref:reactive/index.adoc[reactive] applications, it is the de-facto standard for securing Spring-based applications. For a complete list of features, see the xref:features/index.adoc[Features] section of the reference. -== Getting Started +### Getting Started If you are ready to start securing an application see the Getting Started sections for xref:servlet/getting-started.adoc[servlet] and xref:reactive/getting-started.adoc[reactive]. These sections will walk you through creating your first Spring Security applications. If you want to understand how Spring Security works, you can refer to the xref:servlet/architecture.adoc[Architecture] section. // FIXME add link to reactive architecture -If you have any questions, there is a wonderful xref:community.adoc[community] that would love to help you! \ No newline at end of file +If you have any questions, there is a wonderful xref:community.adoc[community] that would love to help you! + +### 快速导航 + +在下面的表格中,我们列出了一些比较有用的 CWIKIUS 相关软件开发使用教程的导航,欢迎访问下面的链接获得更多的内容和参与讨论 + +| 网站名称 | URL | NOTE | +|----------------------|----------------------------------------------------------------------------------------------------------------------------|------------------------| +| Spring Security 官方文档 | [https://docs.spring.io/spring-security/reference/index.html](https://docs.spring.io/spring-security/reference/index.html) | Spring Security 官方文档链接 | +| OSSEZ 社区 | [www.ossez.com](https://www.ossez.com/) | 开放社区,欢迎注册参与讨论 |