文章目录
1. 卸载2. 安装2.1 maven设置2.2 其他设置快捷键
很全面的设置
3. 使用
1. 卸载
直接从系统卸载删除
C:\software\IntelliJ IDEA 2020.2.1C:\Users\94122\AppData\Roaming\JetBrains
2. 安装
官网下载:地址
安装:只需要选择此选项
C:\software\IntelliJ IDEA\bin\idea.properties修改配置位置
idea.config.path
=F:/software/.IntelliJIdea/config
idea.system.path
=F:/software/.IntelliJIdea/system
idea.plugins.path
=${idea.config.path}/plugins
idea.log.path
=${idea.system.path}/log
启动IDEA,全部默认
字体设置
UTF-8设置
文件编码控制台编码
2.1 maven设置
位置 新建位置(基本每次打开idea都要重新设置)
2.2 其他设置
快捷键
自动补全
很全面的设置
3. 使用
Idea 2020.2 创建web、Spring项目