# Introduction

## Spring-Boot-Reference-Guide

Spring Boot Reference Guide 中文翻译 -《Spring Boot 中文参考指南》

说明：本文档翻译的版本：[2.1.1.RELEASE](https://docs.spring.io/spring-boot/docs/2.1.1.RELEASE/reference/htmlsingle/)。

如果您想对我们的工作有什么建议，请直接 star 或 fork 我们在 GitHub 上的项目，链接地址为：<https://github.com/cwiki-us-spring-guides/Spring-Boot-Reference-Guide。>

GitHub 上有关 Spring 的项目：<https://github.com/cwiki-us-spring-guides>

## 参与项目和联系方式

| 联系方式名称        | l联系方式               |
| ------------- | ------------------- |
| 电子邮件          | <service@ossez.com> |
| QQ 或微信        | 103899765           |
| QQ 交流群 Spring | 15186112            |

## 已发布的电子书

| 已发布的电子书 | 书名                                                                          | 链接                                                                                                                  |
| ------- | --------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- |
| GitBook | [Spring Boot 中文参考指南](https://docs.ossez.com/spring-boot-reference-guide-zh) | [https://docs.ossez.com/spring-boot-reference-guide-zh](https://cwiki-us.gitbook.io/spring-boot-reference-guide-zh) |

[单击这里开始阅读](https://github.com/cwiki-us-spring-guides/Spring-Boot-Reference-Guide/tree/0c006c649649c55e6274aa4b29142c617a50d360/SUMMARY.md)

**注** 1.3版本查看本仓库的release。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://cwiki-us.gitbook.io/spring-boot-reference-guide-zh/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
