1.环境搭建
myeclipse 2014 + mysql 5.5 + tomecat 7.0.73
2.项目部署
2.1 导入项目
2.2 配置tomcat
2.3 部署项目
2.4 启动服务
3.myeclipse + git
3.1安装egit
help->install from site
输入网址http://download.eclipse.org/egit/updates/ –> select all –> next –> ok
3.2 关联项目
http://blog.csdn.net/agnesluo/article/details/51203754
3.3 遇到的问题
[master reject not-fast-forward]
原因:线上代码和本地代码有冲突,你懂的。
4.分层管理