Spring Boot默认自动配置
Spring Boot
默认自动配置绑定在 ServerProperties
类上,源码中所在位置如下:
|-- spring-boot-project
|-- spring-boot-autoconfigure
|-- src/main/java
|-- org.springframework.boot.autoconfigure
|-- web
|-- ServerProperties.java