如果需要tomcat功能,只需在pom.xml文件中配置start-web的jar包
Spring boot启动的时候,通过@EnableAutoConfiguration注解,找到META-INF/spring.factories配置文件中所有自动配置类并对其进行加载,相当于Spring容器配置类,通过Properties类取得容器属性,比如server.port
Properties类:封装配置文件中相关属性
AutoConfiguration类:自动配置类,给容器增加组件
Copyright ©2010-2022 比特日记 All Rights Reserved.