1、原因
这是由于pom.xml中下载的jar包未被部署。
2、解决方案:ctrl+shift+alt+s打开Project Structure窗口,选择Artifacts,选择要打包部署的项目,在Output Layout –> Web-INF查看是否有lib目录,如果右边Available Elements窗口还显示有jar包,说明这些jar包未添加,则应右击选择Put into Output Root。
相关文章
- 01-26idea使用svn出现问题解决办法
- 01-26springMVC将处理的后的数据通过post方法传给页面时,可能会出现乱码问题,下面提出解决post乱码问题的方法
- 01-26解决IDEA中出现mybatis的Invalid bound statement (not found)问题
- 01-26IDEA spirng boot @Autowired注解 mapper出现红色下划线解决方法
- 01-26idea中yml文件里出现中文导致报错的解决方案
- 01-26IDEA出现Could not autowire. No beans of 'xxx' type found.解决
- 01-26解决IDEA中按两次shift出现全局搜索
- 01-26解决IDEA连接数据库出现 url错误:Server returns invalid timezone.Need to set ‘serverTimezone‘ property.
- 01-26IDEA在使用maven命令时,控制台出现中文乱码的解决方式
- 01-26idea运行mybatis出现Exception in thread “main“ org.apache.ibatis.exceptions.PersistenceException等相关问题解决方案