随笔分类 -  spring

摘要:1. 常用bean注解 @Component("accountDao"),bean的id属性内容直接配置在注解后⾯如果不配置,默认定义个这个bean的id为类的类名⾸字⺟⼩写; 另外,针对分层代码开发提供了@Componenet的三种别名@Controller、@Service、@Repositor 阅读全文
posted @ 2020-05-20 19:24 三明志 阅读(177) 评论(0) 推荐(0)