# spring boot参考文档

Hello，本项目是对[springboot官方文档](https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#using)的中文翻译版，对应的gitbook地址为[翻译橙](https://doc.shiker.tech/)

如果你想参与到[springboot官方文档](https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#using)的翻译中，请到主站联系我，或者点击贡献项目提出issue并star！


---

# 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://doc.shiker.tech/spring-boot-can-kao-wen-dang.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.
