摘要: springboot注解 @SpringBootApplication = (默认属性)@Configuration + @EnableAutoConfiguration + @ComponentScan。 @Configuration:提到@Configuration就要提到他的搭档@Bean。使 阅读全文
posted @ 2021-03-31 14:39 风继续吹0806 阅读(88) 评论(0) 推荐(0)