忘我00
2016-12-12 23:29
java.io.FileNotFoundException: class path resource [spring/] cannot be resolved to URL because it does not exist
这个我之前也遇到过相似问题,只需要在web.xml中这样配置就行了
<init-param>
<param-name>ContextConfigLocation</param-name>
<param-value>classpath*:spring/spring-*.xml</param-value>
</init-param>
没找到资源呗,看看你的url是不是写对了
Java高并发秒杀API之web层
66079 学习 · 395 问题
相似问题