当前位置:   article > 正文

JAVA IDEA切换新机器配置环境一览_idea切换开发测试环境

idea切换开发测试环境

IDEA插件之代码质量检查利器 - Alibaba Java Coding Guidelines、CheckStyle、PMD、FindBugs、SonarLint

1. 装jdk

自动配置环境变量

2. idea配置git

git config --global user.name "xxx"
git config --global user.email "xxx@xx.com"
  • 1
  • 2

3. idea配置maven

解压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

4. IDEA配置lombok

settings->plugins->lombok——install from disk
重启

5. IDEA配置注释在这里插入图片描述

template text

** 
 * @Author: Sxx
 * @Date: $date$ $time$
 * @Description: TODO
$params$ 
$return$ 
 */ 
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7

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())

6. IDEA配置热部署

7. IDEA配置mybatisx插件

下载插件搜索mybatisx后离线安装:https://plugins.jetbrains.com/

8. 装navicat,notepad++,everything,postman

9. postman导入导出collection

10. google导入导出书签

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/盐析白兔/article/detail/995779
推荐阅读
相关标签
  

闽ICP备14008679号