今天从svn导入项目的时候,一个xml文件里面报错:‘cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element   'mvc:annotation-driven'.’

这时候,只要在xml文件xsi:schemaLocation这个下面加上:http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx.xsd

 

问题就解决了

相关文章:

  • 2022-12-23
  • 2021-07-30
  • 2022-12-23
  • 2021-05-30
  • 2021-06-07
  • 2022-12-23
  • 2021-09-29
猜你喜欢
  • 2021-10-09
  • 2021-07-11
  • 2021-10-06
  • 2022-12-23
相关资源
相似解决方案