首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

JAVA引文注释

2013-01-17 
JAVA注解注释@Resource(name ‘’)——? javax.annotation.Resource注入spring xml 中bean的id? 名字等同的

JAVA注解注释


@Resource(name = ‘’)——? javax.annotation.Resource
注入spring xml 中bean的id? 名字等同的可省略name
org.springframework.stereotype.Repository包? : @Repository , @Service , @Controller 和 @Component
@Repository(name = ‘’)加入dao层? --与db有关的类
@Service 加入从web工程向server工程调用的两个模块
@Controller?? ---? 未用过 据说是写在控制器. 一般注解在控制器类上.

??@Component-- 稀里糊涂的就用它吧

热点排行