会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
A小小高
博客园
首页
新随笔
联系
管理
订阅
2019年7月14日
Spring注解基础学习总结
摘要: 1.依赖注入注解: @Component:Bean注入到Spring容器组件(通用) @Repository:标记该类为Dao数据访问层 @Service:标记该类为Service业务逻辑层 @Controller:标记该类为Controller控制访问层 @Configuration:标记该类为配
阅读全文
posted @ 2019-07-14 23:41 A小小高
阅读(386)
评论(0)
推荐(0)
编辑
公告