文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>context:annotation-config 错误解..

context:annotation-config 错误解..

时间:2010-09-21  来源:visionsky

 今天在整合Spring和Hibernate的时候在配置文件中添加<context:annotation-config />时一直有红色的波浪线在这个代码的下面,后来发现应该xml的头部没有申明context前缀。所以使用下面的spring文件就可以

 

  1. <beans xmlns="http://www.springframework.org/schema/beans" 
  2.     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:aop="http://www.springframework.org/schema/aop" 
  3.     xmlns:context="http://www.springframework.org/schema/context" xmlns:tx="http://www.springframework.org/schema/tx" 
  4.     xsi:schemaLocation="http://www.springframework.org/schema/beans    
  5.       http://www.springframework.org/schema/beans/spring-beans-2.5.xsd   
  6.       http://www.springframework.org/schema/context   
  7.       http://www.springframework.org/schema/context/spring-context-2.5.xsd   
  8.       http://www.springframework.org/schema/aop   
  9.       http://www.springframework.org/schema/aop/spring-aop-2.5.xsd   
  10.       http://www.springframework.org/schema/tx   
  11.       http://www.springframework.org/schema/tx/spring-tx-2.5.xsd"> 
  12. <beans/> 

 

排行榜 更多 +
瓢虫少女

瓢虫少女

飞行射击 下载
潜艇鱼雷

潜艇鱼雷

飞行射击 下载
网络掠夺者

网络掠夺者

飞行射击 下载