码迷,mamicode.com
首页 > 编程语言 > 详细

SPRING和JDK的注解

时间:2017-07-31 09:57:20      阅读:168      评论:0      收藏:0      [点我收藏+]

标签:osi   ges   autowire   log   分享   value   repo   分层   nbsp   

1.添加xsd约束

技术分享

 

 

xmlns:context="http://www.springframework.org/schema/context"
http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context.xsd

2. component:组件

<context:component-scan base-package=""></context:component-scan>
3.几种注解

@Component("info") 不分层
@Repository("info") dao
@Service("info") biz
@Controller("info") action

@Value() 在一个类中注入普通属性值

@Resource 在一个类中注入域属性

@Autowired 在一个类中注入域属性

技术分享

技术分享

SPRING和JDK的注解

标签:osi   ges   autowire   log   分享   value   repo   分层   nbsp   

原文地址:http://www.cnblogs.com/zfx123--/p/7261368.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!