(4) 安装和设置常用Plugin

  • Subclipse
 在STS中点击Help -> Dashboard -> Extentions
 找到Source Code Management这一节,选中subclipse安装,系统会自动重新启动。
 重启后后设置参数
 Team -> SVN, SVN接口: Client设置为SVNKit(Pure Java)。
 Team -> Ignore Resources, Add Pattern ... target。(maven项目的中间结果存放目录,不要提交到svn服务器)
 Add Pattern ... tmp。(Android开发中单元测试会用到的目录)


  • m2eclipse
 STS已经安装了m2ecllipse,只需设置参数
 Maven->Installations,将External 修改成c:\apache-maven-3.0.3。
 这样Global Settings from installlation directories会成为C:\apache-maven-3.0.3\conf\settings.xml
  • log4e(Option)
 为Class定义log(不用手写代码,还可以帮助写手写信息),[Log4e Update URL

]

你可能感兴趣的:(plugin)