properties 配置文件的優先級高於.yml 。在properties文件中配置了server.port=8080 同時在.yml中配置了server.port=8090 Spring Boot 將使用.properties中的8080端口server
@SpringBootApplication 是一個組合註解 包含@EnableAutoConfiguration @ComponentScan @SpringBootConfiguration三個註解 是項目啓動註解xml
入口類須要放置在包的最外層,以便可以掃描到全部子包中的類io
Spring Boot 項目下的pom.xml 文件主要用來存放依賴信息配置