看起来像spring xsd版本只发布到版本4.3而版本5.0发布了吗?
如果我使用Spring 5,我应该继续在我的bean防御中使用4.3 XSD吗?
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:mvc="http://www.springframework.org/schema/mvc"
xmlns:context="http://www.springframework.org/schema/context"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:mongo="http://www.springframework.org/schema/data/mongo"
xsi:schemaLocation="http://www.springframework.org/schema/beans
https://www.springframework.org/schema/beans/spring-beans-4.3.xsd
http://www.springframework.org/schema/context
https://www.springframework.org/schema/context/spring-context-4.3.xsd
http://www.springframework.org/schema/data/mongo
https://www.springframework.org/schema/data/mongo/spring-mongo-2.0.xsd
http://www.springframework.org/schema/mvc
https://www.springframework.org/schema/schema/mvc/spring-mvc-4.3.xsd
http://www.springframework.org/schema/tx
https://www.springframework.org/schema/schema/tx/spring-tx-4.3.xsd">
这个春天的架构位置
https://www.springframework.org/schema/beans/
显示最新的XSD版本为4.3
[TXT] spring-beans-2.0.xsd 2018-01-23 08:42 38K
[TXT] spring-beans-2.5.xsd 2018-01-23 08:42 41K
[TXT] spring-beans-3.0.xsd 2018-01-23 08:42 41K
[TXT] spring-beans-3.1.xsd 2018-01-23 08:42 42K
[TXT] spring-beans-3.2.xsd 2018-01-23 08:42 43K
[TXT] spring-beans-4.0.xsd 2018-01-23 08:42 42K
[TXT] spring-beans-4.1.xsd 2018-01-23 08:42 43K
[TXT] spring-beans-4.2.xsd 2018-01-23 08:42 43K
[TXT] spring-beans-4.3.xsd 2018-01-23 08:42 43K
[TXT] spring-beans.xsd 2018-01-23 08:42 43K