Idea下maven项目启动报错error configuring application

时间:2024-04-02 21:39:39

Idea下maven项目启动报错error configuring application listener of class

问题描述

使用idea导入maven项目,编译完成,启动tomcat出现如下错误

 Idea下maven项目启动报错error configuring application

 

项目其他相关配置

 Idea下maven项目启动报错error configuring application

 

Tomcat相关配置

 Idea下maven项目启动报错error configuring application

Idea下maven项目启动报错error configuring application

 

 

 

原因

发现工程部署后在WEB-INF文件夹下没有生成lib目录,正常情况下,会生成lib目录并把工程的所有依赖jar包都部署到该目录下

 Idea下maven项目启动报错error configuring application

 

解决方案

网上的很多解决方案都是

 Idea下maven项目启动报错error configuring application

 

试了很多次都没用

最终解决方案

在Artifacts里面再加一个war_exploded2

 Idea下maven项目启动报错error configuring application

 

在tomcat中加入第二个war_exploded2

 Idea下maven项目启动报错error configuring application

 

重启就好了