Web 上不再提供 Spring Beans Schema?
Posted
技术标签:
【中文标题】Web 上不再提供 Spring Beans Schema?【英文标题】:Spring Beans Schema no longer available on the Web? 【发布时间】:2012-05-27 18:05:14 【问题描述】:在我的浏览器中访问 http://www.springframework.org/schema/beans/spring-beans-3.1.xsd 会产生 403。
在我的浏览器中访问 http://www.springframework.org/schema/security/spring-security-3.1.xsd 会返回一个有效的架构...
那么我错过了什么?这是一个暂时的问题吗?还是将 bean 架构移动到其他地方?
【问题讨论】:
我也想念它。和其他人forum.springsource.org/… 【参考方案1】:我也遇到了同样的问题,看来互联网上的公共架构不可用。
我将架构位置更改为在类路径上使用 xsd,例如
http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
成为:
classpath:/org/springframework/beans/factory/xml/spring-beans-3.0.xsd
然后就解决了。
【讨论】:
【参考方案2】:不管怎样,公共架构将于 5 月 21 日东部时间上午 11:00 回归。
【讨论】:
【参考方案3】:另见this question。
不过,您并没有遗漏任何东西,您拥有正确的 url,而且他们有一个(可能是可修复的)问题。
然而,从长远来看,您可能应该将您的应用配置为不依赖于 http url,而是在本地存储和引用架构。
【讨论】:
以上是关于Web 上不再提供 Spring Beans Schema?的主要内容,如果未能解决你的问题,请参考以下文章
org.springframework.beans.factory.UnsatisfiedDependencyException 使用 Spring web-mvc 5.0.1.RELEASE 和 H