随笔分类 -  Eclipse

摘要:1 git忽略设置1.1 用Git Bash设置1.1.1 全局设置git config --global core.excludesfile /c/Users/WJC/Pictures/.gitignore1.1.2 当前git库设置#找到当前git所在目录,并运行... 阅读全文
posted @ 2018-01-13 10:42 wjc920 阅读(499) 评论(0) 推荐(0)
摘要:1使用Eclipse创建Maven Web工程 2找到Maven Project,点击Next 3勾选上Create a simple project (不使用骨架),Next 4填写工程名称和包名,并选择war类型,Finish 5选择packing是war... 阅读全文
posted @ 2018-01-12 16:02 wjc920 阅读(131) 评论(0) 推荐(0)
摘要:在window->Preferences->Team->Ignored Resources中Add Pattern:.classpath .project .settings target 阅读全文
posted @ 2016-09-07 11:00 wjc920 阅读(314) 评论(0) 推荐(0)