500错误,求解

来源:4-1 基于bootstrap开发页面结构

忘我00

2016-12-12 23:29

java.io.FileNotFoundException: class path resource [spring/] cannot be resolved to URL because it does not exist

写回答 关注

2回答

  • 飞雪随风
    2016-12-16 15:07:04

    这个我之前也遇到过相似问题,只需要在web.xml中这样配置就行了

    <init-param>

    <param-name>ContextConfigLocation</param-name>

    <param-value>classpath*:spring/spring-*.xml</param-value>

    </init-param>


  • 木有叔叔
    2016-12-15 11:18:25

    没找到资源呗,看看你的url是不是写对了

Java高并发秒杀API之web层

Java实现高并发秒杀API的第三门课,介绍Web层的设计和实现

66079 学习 · 395 问题

查看课程

相似问题