idea应对老项目(eclipse)
1.首先file->new->project from existing sources 导入之前项目,以eclipse项目导入
2.配置project Structure Modules模块,dependencies 删除所有报错标红依赖,重新将libs包文件引入即可。
3.edit configurations 添加tomcat EE local 配置 artifact
4.启动报错 classNotFind Lisnter 则配置project Structure artifacts 先全部移除,后将artifact及lib引入
5.tomcat重新配置artifact
talk is cheap. show me the code.