Appearance
Appendix C: 自动配置类
本附录包含 Spring Boot 提供的所有自动配置类的详细信息,以及指向文档源代码的链接. 请记住,还要查看应用程序中的 conditions
报告以了解有关哪些功能已打开的更多详细信息. (为此,请使用 --debug
或 -Ddebug
启动应用程序,或者在 Actuator 应用程序中使用 conditions
端点) .
C.1. spring-boot-autoconfigure
以下自动配置类来自 spring-boot-autoconfigure
模块: The following auto-configuration classes are from the spring-boot-autoconfigure
module:
C.2. spring-boot-actuator-autoconfigure
以下自动配置类来自 spring-boot-actuator-autoconfigure
模块: