@SpringBootApplication是一个组合注解, 包含了@EnableAutoConfiguration, 所以只要使用@SpringBootApplication就行了吧?
是的,用@SpringBootApplication这个注解就行了
了解了,谢谢大神!