intellij-idea - 应该以什么方式给别人发送在idea中创建的java-web项目?
天蓬老师
天蓬老师 2017-04-18 10:25:09
0
3
1189

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

天蓬老师
天蓬老师

欢迎选择我的课程,让我们一起见证您的进步~~

reply all(3)
黄舟

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.

PHPzhong

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

刘奇

Just upload it to GitHub

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!