赞
踩
IDEA插件之代码质量检查利器 - Alibaba Java Coding Guidelines、CheckStyle、PMD、FindBugs、SonarLint
自动配置环境变量
git config --global user.name "xxx"
git config --global user.email "xxx@xx.com"
解压apache-maven-xxx.jar,配置环境变量MAVEN_HOME,PATH增加%MAVEN_HOME%\bin
settings.xml
maven-repository
注意3个位置的路径尽量一致,①IDEA: File->Settings->local repository; ②IDEA:File->project structure->project->project compile output file; ③settings.xml中localRepository
遇到问题:
0.0.0.0 account.jetbrains.com
0.0.0.0 www.jetbrains.com
0.0.0.0 plugins.jetbrains.com
0.0.0.0 resources.jetbrains.com
settings->plugins->lombok——install from disk
重启
template text
**
* @Author: Sxx
* @Date: $date$ $time$
* @Description: TODO
$params$
$return$
*/
method
groovyScript(“def result=‘’; def params=”${_1}“.replaceAll(‘[\\[|\\]|\\s]’, ‘’).split(‘,’).toList(); for(i = 0; i < params.size(); i++) {if(i==0){result+=’ * @param ’ + params[i] + ((i < params.size() - 1) ? ‘\n’ : ‘’)}else{result+=’ * @param ’ + params[i] + ((i < params.size() - 1) ? ‘\n’ : ‘’)}}; return result”, methodParameters())
return
groovyScript(“return “KaTeX parse error: Expected group as argument to '\"' at position 7: {_1}\" ̲== 'void' ? ' *…{_1}””, methodReturnType())
下载插件搜索mybatisx后离线安装:https://plugins.jetbrains.com/
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。