随笔分类 -  spring

摘要:Spring常见注解 使用注解来构造IoC容器 用注解来向Spring容器注册Bean。需要在applicationContext.xml中注册**<context:component-scan base-package=”pagkage1[,pagkage2,…,pagkageN]”/>**。 如 阅读全文
posted @ 2021-08-05 10:22 挨平底锅的灰太狼 阅读(54) 评论(0) 推荐(0)