1、谈谈你对SpringBoot的理解,它有哪些特性(优点)? 2、Spring和SpringBoot的区别? 3、SpringBoot的核心注解? @EnableAutoConfiguration就会自动的帮我们扫描所有能使用的自动配置类,并进行启用 4、SpringBoot的自动配置原理