先上错误页面:
-
在idea的控制台日志上也会爆下列错误:
java.lang.ClassNotFoundException:org.springframework.jdbc.core.JdbcTemplate …
-
出错原因:idea找不到JdbcTemplate这个类了,我仔细的检查了一下我发现我将lib放到了项目目录下了
- 解决办法:然而在Tomcat服务器上的Serlev类需要调用的jar包应该放在web的WEB-INF目录下,如图:
先上错误页面:
在idea的控制台日志上也会爆下列错误:
java.lang.ClassNotFoundException:org.springframework.jdbc.core.JdbcTemplate …
出错原因:idea找不到JdbcTemplate这个类了,我仔细的检查了一下我发现我将lib放到了项目目录下了