500錯誤,求解
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
舉報
2016-12-16
這個我之前也遇到過相似問題,只需要在web.xml中這樣配置就行了
<init-param>
<param-name>ContextConfigLocation</param-name>
<param-value>classpath*:spring/spring-*.xml</param-value>
</init-param>
2016-12-15
沒找到資源唄,看看你的url是不是寫對了