解决<tx:attributes>标红,元素tx:attributes不允许在这里

初学ssm时,在applicationContext.xml中配置事务增强时,<tx:attributes>标签标红

解决<tx:attributes>标红,元素tx:attributes不允许在这里

 解决办法:更改bean的引用约束

解决<tx:attributes>标红,元素tx:attributes不允许在这里

xmlns:tx="http://www.springframework.org/schema/cache"

改为

 xmlns:tx="http://www.springframework.org/schema/tx"

注意这里也要修改:

解决<tx:attributes>标红,元素tx:attributes不允许在这里

http://www.springframework.org/schema/tx 
http://www.springframework.org/schema/tx/spring-tx.xsd 

 

 改后,问题解决。

解决<tx:attributes>标红,元素tx:attributes不允许在这里

上一篇:C#如何对button按钮实现进度条功能


下一篇:matlab转C++程序出错调试