美文网首页
"通配符的匹配很全面, 但无法找到元素 'tx:annotati

"通配符的匹配很全面, 但无法找到元素 'tx:annotati

作者: JarvisTH | 来源:发表于2019-12-07 16:00 被阅读0次

因为xml头部各种原因有可能重复,有可能缺少约束、、、,直接copy一份头部替换掉原来的头部就行了;

<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xmlns:aop="http://www.springframework.org/schema/aop"
       xmlns:tx="http://www.springframework.org/schema/tx"
       xmlns:context="http://www.springframework.org/schema/context"
       xsi:schemaLocation="http://www.springframework.org/schema/beans
             http://www.springframework.org/schema/beans/spring-beans.xsd
             http://www.springframework.org/schema/tx
             http://www.springframework.org/schema/tx/spring-tx.xsd
              http://www.springframework.org/schema/aop
              http://www.springframework.org/schema/aop/spring-aop.xsd
                http://www.springframework.org/schema/context
              http://www.springframework.org/schema/context/spring-context.xsd">

相关文章

网友评论

      本文标题:"通配符的匹配很全面, 但无法找到元素 'tx:annotati

      本文链接:https://www.haomeiwen.com/subject/xjuugctx.html