安装IDEA
下载
http://www.jetbrains.com/idea/
注册
- License server
设置
- 设置注释作者名字
- 方案一:
idea.exe.vmoptions
/idea64.exe.vmoptions
- 直接进入IDEA安装目录,路径依次为 JetBrains -> IntelliJ IDEA 14.0 -> bin
- 用文本编辑器打开idea.exe.vmoptions(win32添加)和idea64.exe.vmoptions(win64添加)
- 新建一行,添加-Duser.name=YOUR_NAME
- 方案二: 在IDEA环境中去设置
- 在IDEA环境中去设置,File->Settings->File and Code Templates(IDEA14)->Include->File Header
- 修改${USER}为YOUR_NAME(自定义名字)
- 方案一:
插件
问题
- Information:java: javacTask: 源发行版 1.8 需要目标发行版 1.8
参考
http://musuny.iteye.com/blog/2158897?utm_source=tuicool&utm_medium=referral