摘要: 一、 在spring传统项目中,我们的bean定义信息是存放在xml中的,在项目启动的时候,需要将xml传递给容器 但是到了springboot中,普遍使用javaConfig来定义bean,使用@Component、@Configuration、@ComponentScan这些基础注解实现的配置 阅读全文
posted @ 2021-07-28 22:20 huang1993 阅读(1116) 评论(2) 推荐(0)