用intellij Idea加载eclipse的maven项目全流程

Posted 大浪不惊涛

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了用intellij Idea加载eclipse的maven项目全流程相关的知识,希望对你有一定的参考价值。

eclipse的maven项目目录

技术分享图片

全流程

加载项目

  1. 打开intellij Idea
  2. file -> new -> module from existing Sources 
    技术分享图片

  3. 选择.pom的文件,系统将自动加载maven项目 
    技术分享图片

  4. 加载后显示的界面如下图所示

技术分享图片

设置tomcat

进入project Structure

技术分享图片

配置web工程路径

技术分享图片

技术分享图片

添加tomcat

技术分享图片

配置tomcat

技术分享图片

添加web exploded

技术分享图片

技术分享图片

修改访问路径

技术分享图片

启动tomcat

技术分享图片

以上是关于用intellij Idea加载eclipse的maven项目全流程的主要内容,如果未能解决你的问题,请参考以下文章

intellij idea怎么设置eclipse快捷键

intellij idea有没有像eclipse的全局替换文本,因为我替换所有类中的某一个名称的代码

Mac下intellij IDEA新建javaweb项目

Eclipse+IntelliJ反编译Eclipse/IntelliJ IDEA反编译查看源码及注释

为何放弃Eclipse,选择IntelliJ IDEA,看完终于明白了

Intellij idea 有和eclipse的linked resources一样的功能么