当前位置: 代码迷 >> J2SE >> idea xml,该如何处理
  详细解决方案

idea xml,该如何处理

热度:42   发布时间:2016-04-23 22:21:35.0
idea xml
几个xmlns都有红色字体,提示 uri is not register

<beans xmlns="http://www.springframework.org/schema/beans"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">

</beans>

------解决方案--------------------
忽略即可。。
------解决方案--------------------
引用:
忽略即可。。

楼上正解
  相关解决方案