spring-web是什么版本?升级到5.0.5.RELEASE的试试
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>5.0.5.RELEASE</version>
</dependency>
https://www.iteye.com/blog/lyltiger-616752
楼主用的 WebApplicationContext 提供不了这个方法,通用的自定义 Bean 工厂的方法,可以参考上述连接。