[java]
[html]
系统报错如下:
org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: The use of "filters='none'" is no longer supported. Please define a separate
Offending resource: class path resource [applicationContext.xml]
后来在网上查资料:
3.1不再支持 filters="none" 应该改成:
[java
[java]