applicationContext.xml 文件抛出了这个异常信息。

解决方法:

需要在 namespace 后加上对应的 schemaLocation,如下所示:

<?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:context="http://www.springframework.org/schema/context"
xmlns:aop="http://www.springframework.org/schema/aop"
xmlns:tx="http://www.springframework.org/schema/tx"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.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
http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx.xsd ">

PS: Spring 的 schemaLocation 参考 http://www.springframework.org/schema/

最新文章

  1. jquery工具方法swap
  2. jsp基础知识
  3. Python显示函数调用堆栈
  4. android之RatingBar控件用法
  5. 移动端网站或APP点击后出现闪动或灰色背景
  6. 武汉科技大学ACM:1007: 不高兴的津津
  7. 创建Windows服务简单流程
  8. 206.反转单列表 Reverse Linked List
  9. WSGI的理解
  10. Raspberry Pi 上使用WN725N连接WIFI
  11. sql 复习练习
  12. Earth Wind 一个查看全球风向的网站
  13. python中map()函数用法
  14. go语言学习-常用命令
  15. for循环计算li的个数
  16. 【oneday_onepage】——Microsoft addresses DevOps with InRelease technology
  17. 【VBA编程】14.操作工作簿对象
  18. IO流入门-第六章-FileReader_FileWriter复制
  19. Tomcat之——内存溢出设置JAVA_OPTS
  20. 3,SQL语句及数据库优化

热门文章

  1. 浅入深出Vue:数据渲染
  2. HBase 学习之路(四)—— HBase集群环境配置
  3. 【时间工具】整理下java时间换算专题
  4. Redis 学习笔记(篇四):整数集合和压缩列表
  5. jquery.cookie.js 获取不到cookie的值
  6. Netty源码分析-- 处理客户端接入请求(八)
  7. 5.秋招复习简单整理之请介绍一下List和ArrayList的区别,arrayList和HashSet区别?
  8. JAVA包装类解析和面试陷阱分析
  9. Android Native 内存泄漏系统化解决方案
  10. Image Classification