我需要 spring 框架 xml 架构

I need spring framework xml schema

我正在尝试在我的 eclipse 中执行一个小的 spring 应用程序 ide.I 已经下载了 spring-framework-4.1 zip 文件。我希望 xml 架构将其放入我的 spring.xml file.where 我可以从下载的 zip 文件中获取架构吗? 谢谢。

通常 xsd 模式出现在 jar 文件中的一个打包文件中,例如在 org.springframework.beans.factory.xml 中有 spring-beans-X.X.xsd 文件,尝试搜索整个 zip 以查找以 .xsd.

结尾的文件

例如,有时 xsd 文件包含在配置包中。

org.springframework.data.jpa.repository.config 

我应该推荐使用 STS,它可以代表您创建命名空间配置,只需单击命名空间选项卡并添加您需要的内容。

或者您可以从 here 下载,但我还是建议使用 maven 下载依赖项。