# Introduction

![LICENSE](https://img.shields.io/badge/license-MIT-blue.svg)

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

说明：

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

GitBook : [Spring Boot参考指南](https://jack80342.gitbook.io/spring-boot/)

GitHub : [Spring Boot参考指南](https://github.com/jack80342/Spring-Boot-Reference-Guide)

我从二零一七年夏天开始翻译这份文档。这份文档在[qibaoguang](https://github.com/qibaoguang)的1.4.1版本上新增了Spring Boot 2.0.0版本的内容，对修改的地方也做了更新。

如果这份文档帮到了你🙃，你可以给我家的小白买几条小鱼干🐟。

| WeChatPay                                                                      | ALipay                                                                   | [Paypal](https://www.paypal.me/jack8034)                                 |
| ------------------------------------------------------------------------------ | ------------------------------------------------------------------------ | ------------------------------------------------------------------------ |
| ![WeChatPay](https://github.com/jack80342/Materials/blob/master/wechatpay.jpg) | ![ALiPay](https://github.com/jack80342/Materials/blob/master/alipay.jpg) | ![PayPal](https://github.com/jack80342/Materials/blob/master/paypal.PNG) |


---

# 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://jack80342.gitbook.io/spring-boot/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.
