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