> For the complete documentation index, see [llms.txt](https://chanshiyu.gitbook.io/blog/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://chanshiyu.gitbook.io/blog/hou-duan/spring.md).

# Spring

- [01 Spring Boot](https://chanshiyu.gitbook.io/blog/hou-duan/spring/01-spring-boot.md)
- [02 Spring Validation](https://chanshiyu.gitbook.io/blog/hou-duan/spring/02-spring-validation.md)
- [03 Spring Data](https://chanshiyu.gitbook.io/blog/hou-duan/spring/03-spring-data.md)
- [04 Spring 容器](https://chanshiyu.gitbook.io/blog/hou-duan/spring/04spring-rong-qi.md)
- [05 Spring AOP](https://chanshiyu.gitbook.io/blog/hou-duan/spring/05-spring-aop.md)
- [06 Spring Transactional 注解](https://chanshiyu.gitbook.io/blog/hou-duan/spring/06springtransactional-zhu-jie.md)
- [07 Spring Cloud Netflix](https://chanshiyu.gitbook.io/blog/hou-duan/spring/07-spring-cloud-netflix.md)
- [08 Spring Cloud Alibaba](https://chanshiyu.gitbook.io/blog/hou-duan/spring/08-spring-cloud-alibaba.md)
- [09 Spring Security oAuth2](https://chanshiyu.gitbook.io/blog/hou-duan/spring/09-spring-security-oauth2.md)
- [10 Spring Boot 跨域解决方式](https://chanshiyu.gitbook.io/blog/hou-duan/spring/10springboot-kua-yu-jie-jue-fang-shi.md)
- [11 Spring Boot 请求拦截](https://chanshiyu.gitbook.io/blog/hou-duan/spring/11springboot-qing-qiu-lan-jie.md)
- [12 Spring Boot 异步编程](https://chanshiyu.gitbook.io/blog/hou-duan/spring/12springboot-yi-bu-bian-cheng.md)
- [13 Spring Boot 定时任务](https://chanshiyu.gitbook.io/blog/hou-duan/spring/13springboot-ding-shi-ren-wu.md)
- [14 Spring Boot 管理 bean](https://chanshiyu.gitbook.io/blog/hou-duan/spring/14springboot-guan-li-bean.md)
- [15 Mybatis 逆向代码生成](https://chanshiyu.gitbook.io/blog/hou-duan/spring/15mybatis-ni-xiang-dai-ma-sheng-cheng.md)
- [16 JWT](https://chanshiyu.gitbook.io/blog/hou-duan/spring/16-jwt.md)
- [17 JPA](https://chanshiyu.gitbook.io/blog/hou-duan/spring/17-jpa.md)
- [18 Apache Shiro](https://chanshiyu.gitbook.io/blog/hou-duan/spring/18-apache-shiro.md)
- [19 Spring 异步请求](https://chanshiyu.gitbook.io/blog/hou-duan/spring/19spring-yi-bu-qing-qiu.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://chanshiyu.gitbook.io/blog/hou-duan/spring.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.
