微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

本机没连接外网xml引用外网地址报错的修改方法

<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:p="http://www.springframework.org/schema/p"
xmlns:context="http://www.springframework.org/schema/context"
xmlns:jee="http://www.springframework.org/schema/jee"
xmlns:tx="http://www.springframework.org/schema/tx"
xsi:schemaLocation="
http://www.springframework.org/schema/beans _xsd/spring-beans-3.0.xsd
http://www.springframework.org/schema/context _ xsd/spring-context-3.0.xsd
http://www.springframework.org/schema/jee _xsd/spring-jee-3.0.xsd
http://www.springframework.org/schema/tx _xsd/spring-tx-3.0.xsd">

将原先红色字体的连接地址所对应的xsd文件下载下来,在web根目录上创建新文件夹,_xsd,然后将xml文件改成现在这样,就ok了。

原文地址:https://www.jb51.cc/xml/299660.html

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。