when I introduce spring-boot-starter-web, I will introduce spring-boot-autoconfigure "s jar package. Spring is to scan the contents of the spring.factories file under the META-INF of all jar packages under the project and then add the automatic configuration class to the container, so whether all the automatic configuration classes will be added to the container? if so, will it be wasteful? if not where the loading place is selected. Mengxin asked the boss for an explanation.