Spring Boot默認(rèn)自動配置
Spring Boot 默認(rèn)自動配置綁定在 ServerProperties 類上,源碼中所在位置如下:
|-- spring-boot-project
|-- spring-boot-autoconfigure
|-- src/main/java
|-- org.springframework.boot.autoconfigure
|-- web
|-- ServerProperties.java