spring 配置文件 版本声明
问题是这样的,我现在使用的是Myeclipse8.5版本,它只支持到Spring3.0,我之前下载的3.1.1的Spring jar包,然后我想使用自己下载的jar包,导入后,我的Spring配置文件的<beans ......> 应该怎么写呢?下面这是Myeclipse自动生成的3.0版本的配置文件
<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" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd"></beans>