search

Home  >  Q&A  >  body text

intellij-idea - 应该以什么方式给别人发送在idea中创建的java-web项目?

现在在自己的笔记本有这样一个java-web项目,请问如果我要发送给别人或者在家里的另外一台电脑上面直接通过tomcat/maven来运行这个java-web项目,那么我应该怎样打包拿来发送,或者说我应该发送这个文件的那一部分?

天蓬老师天蓬老师2807 days ago1236

reply all(3)I'll reply

  • 黄舟

    黄舟2017-04-18 10:27:09

    You can check which files have been selected to be ignored in the .gitignorefiles in the JavaWeb project on GitHub.

    Judging from the picture, .ideatargetthe directory can be omitted.

    reply
    0
  • PHPz

    PHPz2017-04-18 10:27:09

    Looking at the project as a maven project, you only need to package the pom and src files. *.iml and .idea/ are the environment information of the idea

    reply
    0
  • 怪我咯

    怪我咯2017-04-18 10:27:09

    Just upload it to GitHub

    reply
    0
  • Cancelreply