美文网首页
mac 下的idea.properties

mac 下的idea.properties

作者: 就不能简单 | 来源:发表于2016-11-22 23:03 被阅读1618次

    mac 下 IntelliJ Idea 相关的配置文件目录位置也是可以更改位置的哦,和windows 下同理,具体操作如下:

    新建idea.properties

    然后配置相关路径(最好不要在系统安装的盘符里,你懂得!):

    idea.config.path=/Volumes/mac_d/.intellij/config

    idea.system.path=

    idea.plugins.path=

    idea.log.path=

    idea.caches.path=

    把该文件放到 ~/Library/Preferences/IntelliJIdea2016.2 (目录可能和你安装的idea版本相关,仅供参考。)目录下,之后重装系统时 再也用担心之前的配置丢失了 ,开机即用,好方便有木有(记得备份idea.properties,在新系统的~/Library/Preferences/IntelliJIdea2016.2 目录下放入该文件,哈哈)

    相关文章

      网友评论

          本文标题:mac 下的idea.properties

          本文链接:https://www.haomeiwen.com/subject/gdetrttx.html