MyEclipse XML配置奇葩问题
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了MyEclipse XML配置奇葩问题相关的知识,希望对你有一定的参考价值。
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-3.1.xsd
http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context-3.1.xsd
http://www.springframework.org/schema/aop
http://www.springframework.org/schema/aop/spring-aop.xsd
http://www.springframework.org/schema/tx
http://www.springframework.org/schema/tx/spring-tx.xsd
http://www.springframework.org/schema/mvc
http://www.springframework.org/schema/mvc/spring-mvc-4.0.xsd"
Spring配置里面的xsi:schemaLocation 必须成对出现,否则将会报错
以上是关于MyEclipse XML配置奇葩问题的主要内容,如果未能解决你的问题,请参考以下文章
你曾遇到的某大厂奇葩问题:Android组件化开发,组件间的Activity页面跳转
myeclipse中配置schemaLocation路径,实现xml文件自动提示
myeclipse 8.6 for spring 在保存或是打开xml文件时总是无响应,要等待好长时间,怎么办?是版本问题吗?