迁移IntelliJIdea配置目录到其他目录

3,541 阅读1分钟

IDEA 默认会在用户文件夹创建配置目录

例如我的是2018.1版本的:

迁移 {用户目录}/.IntelliJIdea2018.1 文件夹到 D:/Java/JetBrains/.IntelliJIdea2018.1
修改 {IDEA目录}/bin/idea.properties 文件的内容如下:

idea.config.path=D:/Java/JetBrains/.IntelliJIdea2018.1/config
idea.system.path=D:/Java/JetBrains/.IntelliJIdea2018.1/system
idea.plugins.path=${idea.config.path}/plugins
idea.log.path=${idea.system.path}/log

重启搞定


原文:blog.csdn.net/a295567172/…
作者:MarvelCheng
来源:CSDN
版权声明:本文为博主原创文章,转载请附上博文链接!