提交 5b9019cc 编写于 作者: 茶陵後's avatar 茶陵後 👍

#1 本地编译

......@@ -6,9 +6,9 @@ pages:
- node_modules/
script:
- yarn install # npm install
- yarn add -D vuepress # npm install -D vuepress
- yarn docs:build # npm run docs:build
# - yarn install # npm install
# - yarn add -D vuepress # npm install -D vuepress
# - yarn docs:build # npm run docs:build
- mv docs/.vuepress/dist public
artifacts:
paths:
......
......@@ -2,11 +2,7 @@
从实操的角度整理翻译`Spring`相关文档,包括`快速开始``安装指南``开发工具配置``代码案例`等。
## 声明
本站中的文章内容来源于 [Spring.io](https://spring.io/),原始版权归属于 [Spring.io](https://spring.io/)。本站对相关文章进行了翻译及整理。本站文章可供个人学习、研究或者欣赏之用,未经本站事先书面许可,不得进行任何转载、商用或与之相关的行为。
商标声明:Spring 是 Pivotal Software, Inc. 在美国以及其他国家的商标。
## 文档列表
## 内容列表
- [Spring](/why-spring.html)
- [Spring Boot](/spring-boot/getting-help.html)
......@@ -32,6 +28,8 @@
- [Spring Web Flow](/spring-web-flow/preface.html)
- [Spring Web Services](/spring-web-services/spring-web-service.html)
## 贡献者列表
ylwdev、不叫月红、Miykael_xxm、璃白、dallascao、茶陵後、赵四-QR、冯丙见、ZhangKai、lishaohui、dallascao、Mao
## 参与贡献流程
......@@ -43,9 +41,9 @@
[`Spring 中文文档社区`](https://spring.gitcode.net)上浏览某一篇文档时,发现有不准确的地方,可以`随时`在该页面的左下方点击`在 GitCode 上编辑此页`
![](./readme/readme-2.png)
### 2. 在 GitCode 校对/创作
### 2. 在 `GitCode` 校对/创作
进入GitCode之后,会自动定位到你想要修改的文件,修改文件内容。
进入 `GitCode` 之后,会自动定位到你想要修改的文件,修改文件内容。
#### 2-1. 仓库的成员
......@@ -57,17 +55,87 @@
#### 2-2. 非仓库的成员
如果是非仓库的成员,点击`“编辑”`,GitCode 会提醒你没有权限编辑,可以点击`Fork`按钮,将该项目克隆到你的 GitCode 账户下。
如果是非仓库的成员,点击`“编辑”`,`GitCode` 会提醒你没有权限编辑,可以点击`Fork`按钮,将该项目克隆到你的 `GitCode` 账户下。
![](./readme/readme-5.png)
### 3. 内容编辑完成提交PR
内容编辑完成者向[此仓库](https://gitcode.net/dev-cloud/spring-docs)提交 PR(Pull Request)。
内容编辑完成者向[此仓库](https://gitcode.net/dev-cloud/spring-docs)提交 MR(Merge Request)。
### 4. 审核
[主仓库](https://gitcode.net/dev-cloud/spring-docs) 管理者会 Review,符合要求的,即会 Merge 到[主仓库](https://gitcode.net/dev-cloud/spring-docs)中。
### 5. 查看更新
Merge 成功之后,稍等片刻就可以刷新页面查看更新。
## 专业词汇表(持续更新,欢迎补充)
| 术语 | 翻译 |
|--------------------------|--------------------------|
| Spring Boot | Spring Boot |
| Servlet | Servlet |
| Maven | Maven |
| Gradle | Gradle |
| Homebrew | Homebrew |
| Classpath | Classpath |
| POM | POM |
| MacPorts | MacPorts |
| Tomcat | Tomcat |
| Jetty | Jetty |
| Undertow | Undertow |
| Spring Framework | Spring Framework |
| Spring | Spring |
| Kotlin | Kotlin |
| WebSocket | WebSocket |
| Bean | Bean |
| Spring Framework | Spring Framework |
| ​Spring Data | ​Spring Data |
| ​Spring Cloud | ​Spring Cloud |
| ​Spring Cloud Data Flow | ​Spring Cloud Data Flow |
| ​Spring Security | ​Spring Security |
| ​Spring for GraphQL | ​Spring for GraphQL |
| ​Spring Session | ​Spring Session |
| ​Spring Integration | ​Spring Integration |
| ​Spring HATEOAS | ​Spring HATEOAS |
| ​Spring REST Docs | ​Spring REST Docs |
| ​Spring Batch | ​Spring Batch |
| RESTful | RESTful |
| ​Spring AMQP | ​Spring AMQP |
| ​Spring CredHub | ​Spring CredHub |
| ​Spring Flo | ​Spring Flo |
| ​Spring for Apache Kafka | ​Spring for Apache Kafka |
| ​Spring LDAP | ​Spring LDAP |
| ​Spring Shell | ​Spring Shell |
| ​Spring Statemachine | ​Spring Statemachine |
| ​Spring Vault | ​Spring Vault |
| ​Spring Web Flow | ​Spring Web Flow |
| ​Spring Web Services | ​Spring Web Services |
| Ant | Ant |
| AOP | AOP |
| CRUD | 增删改查 |
| Hibernate | Hibernate |
| EclipseLink | EclipseLink |
| JPA | JPA |
| SDKMAN | SDKMAN |
| Spring Cloud Consul | Spring Cloud Consul |
| Cloud Foundry | Cloud Foundry |
| Session | 会话 |
| What’s New | 最新更新 |
| transformers | 转换器 |
| transformer | 转换器 |
| Spring | Spring |
| kafka | kafka |
| Apache kafka | Apache kafka |
| ALPS | ALPS |
| Traverson | Traverson |
| Spring REST | Spring REST |
| Shell | Shell |
| AbstractJavaTypeMapper | AbstractJavaTypeMapper |
| Java | Java |
## 声明
本站中的文章内容来源于 [Spring.io](https://spring.io/),原始版权归属于 [Spring.io](https://spring.io/)。本站对相关文章进行了翻译及整理。本站文章可供个人学习、研究或者欣赏之用,未经本站事先书面许可,不得进行任何转载、商用或与之相关的行为。
商标声明:Spring 是 Pivotal Software, Inc. 在美国以及其他国家的商标。
\ No newline at end of file
......@@ -141,14 +141,6 @@ module.exports = {
text: "Spring Boot",
link: '/en/spring-boot/getting-help.html'
},
{
text: "Spring Framework",
link: '/en/spring-framework/overview.html'
},
{
text: "Spring Data",
link: '/en/spring-data/spring-data.html'
},
{
text: "Spring Cloud",
link: '/en/spring-cloud/documentation-overview.html'
......@@ -157,6 +149,8 @@ module.exports = {
text: "more",
ariaLabel: "Others",
items: [
{ text: "Spring Framework", link: '/en/spring-framework/overview.html' },
{ text: "Spring Data", link: '/en/spring-data/spring-data.html' },
{ text: 'Spring Cloud Data Flow', link: '/en/spring-cloud-data-flow/spring-cloud-dataflow.html' },
{ text: 'Spring Security', link: '/en/spring-security/overview.html' },
{ text: 'Spring for GraphQL', link: '/en/spring-for-graphql/spring-graphql.html' },
......@@ -753,28 +747,22 @@ module.exports = {
nav: [
{
text: "Spring",
link: '/why-spring.html'
link: '/why-spring.html'
},
{
text: "Spring Boot",
link: '/spring-boot/getting-help.html'
},
{
text: "Spring Framework",
link: '/spring-framework/overview.html'
},
{
text: "Spring Data",
link: '/spring-data/spring-data.html'
link: '/spring-boot/getting-help.html'
},
{
text: "Spring Cloud",
link: '/spring-cloud/documentation-overview.html'
link: '/spring-cloud/documentation-overview.html'
},
{
text: "更多文档",
ariaLabel: "Others",
items: [
{text: "Spring Framework",link: '/spring-framework/overview.html'},
{text: "Spring Data",link: '/spring-data/spring-data.html'},
{ text: 'Spring Cloud Data Flow', link: '/spring-cloud-data-flow/spring-cloud-dataflow.html' },
{ text: 'Spring Security', link: '/spring-security/overview.html' },
{ text: 'Spring for GraphQL', link: '/spring-for-graphql/spring-graphql.html' },
......
......@@ -2,11 +2,7 @@
从实操的角度整理翻译`Spring`相关文档,包括`快速开始``安装指南``开发工具配置``代码案例`等。
## 声明
本站中的文章内容来源于 [Spring.io](https://spring.io/),原始版权归属于 [Spring.io](https://spring.io/)。本站对相关文章进行了翻译及整理。本站文章可供个人学习、研究或者欣赏之用,未经本站事先书面许可,不得进行任何转载、商用或与之相关的行为。
商标声明:Spring 是 Pivotal Software, Inc. 在美国以及其他国家的商标。
## 文档列表
## 内容列表
- [Spring](/why-spring.html)
- [Spring Boot](/spring-boot/getting-help.html)
......@@ -32,6 +28,8 @@
- [Spring Web Flow](/spring-web-flow/preface.html)
- [Spring Web Services](/spring-web-services/spring-web-service.html)
## 贡献者列表
ylwdev、不叫月红、Miykael_xxm、璃白、dallascao、茶陵後、赵四-QR、冯丙见、ZhangKai、lishaohui、dallascao、Mao
## 参与贡献流程
......@@ -43,9 +41,9 @@
[`Spring 中文文档社区`](https://spring.gitcode.net)上浏览某一篇文档时,发现有不准确的地方,可以`随时`在该页面的左下方点击`在 GitCode 上编辑此页`
![](./readme/readme-2.png)
### 2. 在 GitCode 校对/创作
### 2. 在 `GitCode` 校对/创作
进入GitCode之后,会自动定位到你想要修改的文件,修改文件内容。
进入 `GitCode` 之后,会自动定位到你想要修改的文件,修改文件内容。
#### 2-1. 仓库的成员
......@@ -57,17 +55,87 @@
#### 2-2. 非仓库的成员
如果是非仓库的成员,点击`“编辑”`,GitCode 会提醒你没有权限编辑,可以点击`Fork`按钮,将该项目克隆到你的 GitCode 账户下。
如果是非仓库的成员,点击`“编辑”`,`GitCode` 会提醒你没有权限编辑,可以点击`Fork`按钮,将该项目克隆到你的 `GitCode` 账户下。
![](./readme/readme-5.png)
### 3. 内容编辑完成提交PR
内容编辑完成者向[此仓库](https://gitcode.net/dev-cloud/spring-docs)提交 PR(Pull Request)。
内容编辑完成者向[此仓库](https://gitcode.net/dev-cloud/spring-docs)提交 MR(Merge Request)。
### 4. 审核
[主仓库](https://gitcode.net/dev-cloud/spring-docs) 管理者会 Review,符合要求的,即会 Merge 到[主仓库](https://gitcode.net/dev-cloud/spring-docs)中。
### 5. 查看更新
Merge 成功之后,稍等片刻就可以刷新页面查看更新。
## 专业词汇表(持续更新,欢迎补充)
| 术语 | 翻译 |
|--------------------------|--------------------------|
| Spring Boot | Spring Boot |
| Servlet | Servlet |
| Maven | Maven |
| Gradle | Gradle |
| Homebrew | Homebrew |
| Classpath | Classpath |
| POM | POM |
| MacPorts | MacPorts |
| Tomcat | Tomcat |
| Jetty | Jetty |
| Undertow | Undertow |
| Spring Framework | Spring Framework |
| Spring | Spring |
| Kotlin | Kotlin |
| WebSocket | WebSocket |
| Bean | Bean |
| Spring Framework | Spring Framework |
| ​Spring Data | ​Spring Data |
| ​Spring Cloud | ​Spring Cloud |
| ​Spring Cloud Data Flow | ​Spring Cloud Data Flow |
| ​Spring Security | ​Spring Security |
| ​Spring for GraphQL | ​Spring for GraphQL |
| ​Spring Session | ​Spring Session |
| ​Spring Integration | ​Spring Integration |
| ​Spring HATEOAS | ​Spring HATEOAS |
| ​Spring REST Docs | ​Spring REST Docs |
| ​Spring Batch | ​Spring Batch |
| RESTful | RESTful |
| ​Spring AMQP | ​Spring AMQP |
| ​Spring CredHub | ​Spring CredHub |
| ​Spring Flo | ​Spring Flo |
| ​Spring for Apache Kafka | ​Spring for Apache Kafka |
| ​Spring LDAP | ​Spring LDAP |
| ​Spring Shell | ​Spring Shell |
| ​Spring Statemachine | ​Spring Statemachine |
| ​Spring Vault | ​Spring Vault |
| ​Spring Web Flow | ​Spring Web Flow |
| ​Spring Web Services | ​Spring Web Services |
| Ant | Ant |
| AOP | AOP |
| CRUD | 增删改查 |
| Hibernate | Hibernate |
| EclipseLink | EclipseLink |
| JPA | JPA |
| SDKMAN | SDKMAN |
| Spring Cloud Consul | Spring Cloud Consul |
| Cloud Foundry | Cloud Foundry |
| Session | 会话 |
| What’s New | 最新更新 |
| transformers | 转换器 |
| transformer | 转换器 |
| Spring | Spring |
| kafka | kafka |
| Apache kafka | Apache kafka |
| ALPS | ALPS |
| Traverson | Traverson |
| Spring REST | Spring REST |
| Shell | Shell |
| AbstractJavaTypeMapper | AbstractJavaTypeMapper |
| Java | Java |
## 声明
本站中的文章内容来源于 [Spring.io](https://spring.io/),原始版权归属于 [Spring.io](https://spring.io/)。本站对相关文章进行了翻译及整理。本站文章可供个人学习、研究或者欣赏之用,未经本站事先书面许可,不得进行任何转载、商用或与之相关的行为。
商标声明:Spring 是 Pivotal Software, Inc. 在美国以及其他国家的商标。
\ No newline at end of file
......@@ -2,11 +2,7 @@
从实操的角度整理翻译`Spring`相关文档,包括`快速开始``安装指南``开发工具配置``代码案例`等。
## 声明
本站中的文章内容来源于 [Spring.io](https://spring.io/),原始版权归属于 [Spring.io](https://spring.io/)。本站对相关文章进行了翻译及整理。本站文章可供个人学习、研究或者欣赏之用,未经本站事先书面许可,不得进行任何转载、商用或与之相关的行为。
商标声明:Spring 是 Pivotal Software, Inc. 在美国以及其他国家的商标。
## 文档列表
## 内容列表
- [Spring](/why-spring.html)
- [Spring Boot](/spring-boot/getting-help.html)
......@@ -32,6 +28,8 @@
- [Spring Web Flow](/spring-web-flow/preface.html)
- [Spring Web Services](/spring-web-services/spring-web-service.html)
## 贡献者列表
ylwdev、不叫月红、Miykael_xxm、璃白、dallascao、茶陵後、赵四-QR、冯丙见、ZhangKai、lishaohui、dallascao、Mao
## 参与贡献流程
......@@ -43,9 +41,9 @@
[`Spring 中文文档社区`](https://spring.gitcode.net)上浏览某一篇文档时,发现有不准确的地方,可以`随时`在该页面的左下方点击`在 GitCode 上编辑此页`
![](./readme/readme-2.png)
### 2. 在 GitCode 校对/创作
### 2. 在 `GitCode` 校对/创作
进入GitCode之后,会自动定位到你想要修改的文件,修改文件内容。
进入 `GitCode` 之后,会自动定位到你想要修改的文件,修改文件内容。
#### 2-1. 仓库的成员
......@@ -57,17 +55,87 @@
#### 2-2. 非仓库的成员
如果是非仓库的成员,点击`“编辑”`,GitCode 会提醒你没有权限编辑,可以点击`Fork`按钮,将该项目克隆到你的 GitCode 账户下。
如果是非仓库的成员,点击`“编辑”`,`GitCode` 会提醒你没有权限编辑,可以点击`Fork`按钮,将该项目克隆到你的 `GitCode` 账户下。
![](./readme/readme-5.png)
### 3. 内容编辑完成提交PR
内容编辑完成者向[此仓库](https://gitcode.net/dev-cloud/spring-docs)提交 PR(Pull Request)。
内容编辑完成者向[此仓库](https://gitcode.net/dev-cloud/spring-docs)提交 MR(Merge Request)。
### 4. 审核
[主仓库](https://gitcode.net/dev-cloud/spring-docs) 管理者会 Review,符合要求的,即会 Merge 到[主仓库](https://gitcode.net/dev-cloud/spring-docs)中。
### 5. 查看更新
Merge 成功之后,稍等片刻就可以刷新页面查看更新。
## 专业词汇表(持续更新,欢迎补充)
| 术语 | 翻译 |
|--------------------------|--------------------------|
| Spring Boot | Spring Boot |
| Servlet | Servlet |
| Maven | Maven |
| Gradle | Gradle |
| Homebrew | Homebrew |
| Classpath | Classpath |
| POM | POM |
| MacPorts | MacPorts |
| Tomcat | Tomcat |
| Jetty | Jetty |
| Undertow | Undertow |
| Spring Framework | Spring Framework |
| Spring | Spring |
| Kotlin | Kotlin |
| WebSocket | WebSocket |
| Bean | Bean |
| Spring Framework | Spring Framework |
| ​Spring Data | ​Spring Data |
| ​Spring Cloud | ​Spring Cloud |
| ​Spring Cloud Data Flow | ​Spring Cloud Data Flow |
| ​Spring Security | ​Spring Security |
| ​Spring for GraphQL | ​Spring for GraphQL |
| ​Spring Session | ​Spring Session |
| ​Spring Integration | ​Spring Integration |
| ​Spring HATEOAS | ​Spring HATEOAS |
| ​Spring REST Docs | ​Spring REST Docs |
| ​Spring Batch | ​Spring Batch |
| RESTful | RESTful |
| ​Spring AMQP | ​Spring AMQP |
| ​Spring CredHub | ​Spring CredHub |
| ​Spring Flo | ​Spring Flo |
| ​Spring for Apache Kafka | ​Spring for Apache Kafka |
| ​Spring LDAP | ​Spring LDAP |
| ​Spring Shell | ​Spring Shell |
| ​Spring Statemachine | ​Spring Statemachine |
| ​Spring Vault | ​Spring Vault |
| ​Spring Web Flow | ​Spring Web Flow |
| ​Spring Web Services | ​Spring Web Services |
| Ant | Ant |
| AOP | AOP |
| CRUD | 增删改查 |
| Hibernate | Hibernate |
| EclipseLink | EclipseLink |
| JPA | JPA |
| SDKMAN | SDKMAN |
| Spring Cloud Consul | Spring Cloud Consul |
| Cloud Foundry | Cloud Foundry |
| Session | 会话 |
| What’s New | 最新更新 |
| transformers | 转换器 |
| transformer | 转换器 |
| Spring | Spring |
| kafka | kafka |
| Apache kafka | Apache kafka |
| ALPS | ALPS |
| Traverson | Traverson |
| Spring REST | Spring REST |
| Shell | Shell |
| AbstractJavaTypeMapper | AbstractJavaTypeMapper |
| Java | Java |
## 声明
本站中的文章内容来源于 [Spring.io](https://spring.io/),原始版权归属于 [Spring.io](https://spring.io/)。本站对相关文章进行了翻译及整理。本站文章可供个人学习、研究或者欣赏之用,未经本站事先书面许可,不得进行任何转载、商用或与之相关的行为。
商标声明:Spring 是 Pivotal Software, Inc. 在美国以及其他国家的商标。
\ No newline at end of file
User-agent: *
Allow:/
Sitemap: https://spring.gitcode.net/sitemap.xml
\ No newline at end of file
Sitemap: https://spring.gitcode.net/sitemap.xml
......@@ -4049,7 +4049,7 @@ glob-to-regexp@^0.3.0:
glob@^7.0.3, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
version "7.2.0"
resolved "https://repo.huaweicloud.com/repository/npm/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023"
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023"
integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==
dependencies:
fs.realpath "^1.0.0"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册