500錯(cuò)誤,求解
java.io.FileNotFoundException: class path resource [spring/] cannot be resolved to URL because it does not exist
java.io.FileNotFoundException: class path resource [spring/] cannot be resolved to URL because it does not exist
2016-12-12
舉報(bào)
2016-12-16
這個(gè)我之前也遇到過(guò)相似問(wèn)題,只需要在web.xml中這樣配置就行了
<init-param>
<param-name>ContextConfigLocation</param-name>
<param-value>classpath*:spring/spring-*.xml</param-value>
</init-param>
2016-12-15
沒(méi)找到資源唄,看看你的url是不是寫(xiě)對(duì)了