提交 3f78bfa5 编写于 作者: Miykael_xxm's avatar Miykael_xxm 🚴

add spring framework

上级 41486781
......@@ -148,21 +148,52 @@ module.exports = {
}
],
sidebar: {
'/en/spring-framework/': [
{
title: 'Spring Framework',
sidebarDepth: 2,
collapsable: false,
children: [
"/en/spring-framework/overview.md",
"/en/spring-framework/core.md",
"/en/spring-framework/testing.md",
"/en/spring-framework/data-access.md",
"/en/spring-framework/web-servlet.md",
"/en/spring-framework/web-reactive.md",
"/en/spring-framework/integration.md",
"/en/spring-framework/languages.md"
],
initialOpenGroupIndex: 0 // 可选的, 默认值是 0
}
],
'/en/spring-boot/': [
{
title: 'Spring Boot',
sidebarDepth: 2,
collapsable: false,
children: [
"/en/spring-boot/build-tool-plugins.md",
"/en/spring-boot/container-images.md",
"/en/spring-boot/core-features.md",
"/en/spring-boot/legal.md",
"/en/spring-boot/getting-help.md",
"/en/spring-boot/documentation.md",
"/en/spring-boot/getting-started.md",
"/en/spring-boot/upgrading.md",
"/en/spring-boot/using.md",
"/en/spring-boot/features.md",
"/en/spring-boot/web.md",
"/en/spring-boot/data.md",
"/en/spring-boot/deploying-spring-boot-applications.md"
"/en/spring-boot/io.md",
"/en/spring-boot/messaging.md",
"/en/spring-boot/container-images.md",
"/en/spring-boot/actuator.md",
"/en/spring-boot/deployment.md",
"/en/spring-boot/cli.md",
"/en/spring-boot/build-tool-plugins.md",
"/en/spring-boot/howto.md"
],
initialOpenGroupIndex: 0 // 可选的, 默认值是 0
}
],
// fallback
'/en/':
[{
......@@ -278,15 +309,45 @@ module.exports = {
'/spring-boot/': [
{
title: '介绍',
title: 'Spring Boot 文档',
sidebarDepth: 2,
collapsable: false,
children: [
"/spring-boot/build-tool-plugins.md",
"/spring-boot/container-images.md",
"/spring-boot/core-features.md",
"/spring-boot/legal.md",
"/spring-boot/getting-help.md",
"/spring-boot/documentation.md",
"/spring-boot/getting-started.md",
"/spring-boot/upgrading.md",
"/spring-boot/using.md",
"/spring-boot/features.md",
"/spring-boot/web.md",
"/spring-boot/data.md",
"/spring-boot/deploying-spring-boot-applications.md"
"/spring-boot/io.md",
"/spring-boot/messaging.md",
"/spring-boot/container-images.md",
"/spring-boot/actuator.md",
"/spring-boot/deployment.md",
"/spring-boot/cli.md",
"/spring-boot/build-tool-plugins.md",
"/spring-boot/howto.md"
],
initialOpenGroupIndex: 0 // 可选的, 默认值是 0
}
],
'/spring-framework/': [
{
title: 'Spring Framework 文档',
sidebarDepth: 2,
collapsable: false,
children: [
"/spring-framework/overview.md",
"/spring-framework/core.md",
"/spring-framework/testing.md",
"/spring-framework/data-access.md",
"/spring-framework/web-servlet.md",
"/spring-framework/web-reactive.md",
"/spring-framework/integration.md",
"/spring-framework/languages.md"
],
initialOpenGroupIndex: 0 // 可选的, 默认值是 0
}
......
# 1. Build Tool Plugins
# Build Tool Plugins
Spring Boot provides build tool plugins for Maven and Gradle.
The plugins offer a variety of features, including the packaging of executable jars.
......
......@@ -53,7 +53,7 @@ Need more details about Spring Boot’s core features?[The following content is
* **Logging:** [Logging](features.html#features.logging)
## 5. Web-
## 5. Web
If you develop Spring Boot web applications, take a look at the following content:
......@@ -91,7 +91,7 @@ If your application uses any messaging protocol, see one or more of the followin
* **Spring Integration:** [Auto-configuration for Spring Integration](messaging.html#messaging.spring-integration)
## 8. IO--
## 8. IO
If your application needs IO capabilities, see one or more of the following sections:
......
# Spring Framework
\ No newline at end of file
# Spring Framework
因为 它太大了无法显示 source diff 。你可以改为 查看blob
Spring Framework Overview
==========
version 5.3.16
Table of Contents
* [1. What We Mean by "Spring"](#overview-spring)
* [2. History of Spring and the Spring Framework](#overview-history)
* [3. Design Philosophy](#overview-philosophy)
* [4. Feedback and Contributions](#overview-feedback)
* [5. Getting Started](#overview-getting-started)
# Spring Framework Overview
Spring makes it easy to create Java enterprise applications. It provides everything you
need to embrace the Java language in an enterprise environment, with support for Groovy
......@@ -29,8 +18,7 @@ Spring is open source. It has a large and active community that provides continu
based on a diverse range of real-world use cases. This has helped Spring to successfully
evolve over a very long time.
[](#overview-spring)1. What We Mean by "Spring"
----------
## 1. What We Mean by "Spring"
The term "Spring" means different things in different contexts. It can be used to refer to
the Spring Framework project itself, which is where it all started. Over time, other Spring
......@@ -52,8 +40,7 @@ A note about modules: Spring’s framework jars allow for deployment to JDK 9’
the same naming pattern with "-" instead of ".", e.g. "spring-core" and "spring-context").
Of course, Spring’s framework jars keep working fine on the classpath on both JDK 8 and 9+.
[](#overview-history)2. History of Spring and the Spring Framework
----------
## 2. History of Spring and the Spring Framework
Spring came into being in 2003 as a response to the complexity of the early[J2EE](https://en.wikipedia.org/wiki/Java_Platform,_Enterprise_Edition) specifications.
While some consider Java EE and Spring to be in competition, Spring is, in fact, complementary
......@@ -99,8 +86,7 @@ among others. It’s important to remember that each project has its own source
issue tracker, and release cadence. See [spring.io/projects](https://spring.io/projects) for
the complete list of Spring projects.
[](#overview-philosophy)3. Design Philosophy
----------
## 3. Design Philosophy
When you learn about a framework, it’s important to know not only what it does but what
principles it follows. Here are the guiding principles of the Spring Framework:
......@@ -126,8 +112,7 @@ principles it follows. Here are the guiding principles of the Spring Framework:
meaningful, current, and accurate javadoc. It is one of very few projects that can claim
clean code structure with no circular dependencies between packages.
[](#overview-feedback)4. Feedback and Contributions
----------
## 4. Feedback and Contributions
For how-to questions or diagnosing or debugging issues, we suggest using Stack Overflow. Click[here](https://stackoverflow.com/questions/tagged/spring+or+spring-mvc+or+spring-aop+or+spring-jdbc+or+spring-r2dbc+or+spring-transactions+or+spring-annotations+or+spring-jms+or+spring-el+or+spring-test+or+spring+or+spring-remoting+or+spring-orm+or+spring-jmx+or+spring-cache+or+spring-webflux+or+spring-rsocket?tab=Newest)for a list of the suggested tags to use on Stack Overflow. If you’re fairly certain that
there is a problem in the Spring Framework or would like to suggest a feature, please use
......@@ -140,8 +125,7 @@ tracker, where discussions take place and leave a record for future reference.
For more details see the guidelines at the [CONTRIBUTING](https://github.com/spring-projects/spring-framework/tree/main/CONTRIBUTING.md),
top-level project page.
[](#overview-getting-started)5. Getting Started
----------
## 5. Getting Started
If you are just getting started with Spring, you may want to begin using the Spring
Framework by creating a [Spring Boot](https://projects.spring.io/spring-boot/)-based
......
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册