整体流程:
1.download project2.deposit project structure and set default server3.configure tomcat 2 steps4.run and test 5.upload project1.克隆远程项目
1.1.新建文件夹,路径以及文件名自拟
1.2.设置 vcs --》checkout --》git --》URL
URL 填写为 http://**.**.**.**/project_path/proj_name.git 点击 clone 实现远程代码下载到本地。1.3.next 直到 finish 结束,实现 项目的下载;
2.本地部署与配置
2.1.默认浏览器的选择
file --》 tools --》web browsers --》设置 默认浏览器及其文件路径 --》 ok
2.2.设置项目打包方式
file --》 project structure --》Artifacts --》 + --》 web application explorered --》 选取正在编辑的项目 --》 ok
3.配置 tomcat
run --》 edit configuration --》 + --》 tomcat server --》 local
Server 下 编辑 tomcat 的名字,路径 Deployment 下 编辑 + --》添加 cs:war explorered apply