Spring使用运行测试文件的时候报 The matching wildcard is strict, but no declaration can be found for element 'tx:advice'

1、错误描述

Description	Resource	Path	Location	Type
cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'tx:advice'.	spring-mybatis.xml	/testweba/src/main/resources	line 76	            
XML Problem

2、问题分析

我的是,spring配置文件,配置头SCHEMA标注 的问题

3、解决办法(我使用的正确配置头)

参考

http://www.iteye.com/problems/41662
http://www.genshuixue.com/i-cxy/p/7707130

原文地址:https://www.cnblogs.com/Bouger/p/7153009.html