如何配置 IntelliJ IDEA 以从属性文件加载许可证服务器地址?

Posted

技术标签:

【中文标题】如何配置 IntelliJ IDEA 以从属性文件加载许可证服务器地址?【英文标题】:How to configure IntelliJ IDEA to load license server address from a properties file? 【发布时间】:2016-08-22 09:39:23 【问题描述】:

我的目标是避免手动配置许可证服务器:

Help > Register > IntelliJ IDEA License Activation Dialog is opened > License server

【问题讨论】:

【参考方案1】:

我在 IntelliJ IDEA 帮助中心提出了同样的问题,并得到了 JetBrains 支持员工的回答:https://intellij-support.jetbrains.com/hc/en-us/community/posts/206666999

似乎没有用于设置许可证服务器的 IntelliJ 配置属性。

选项是配置DNS lookup 或将现有密钥复制到配置文件夹中。

【讨论】:

【参考方案2】:

实际上有一种简单的方法,与公认的答案相反。只需创建此文件(在 macOS 上): $HOME/Library/Preferences/IntelliJIdea<version>/idea.key 该路径需要针对 Windows 和 Linux 进行调整。

此文件的内容只是指向您的许可证服务器的一行。例如,如果您的许可证服务器在 http://jetbrains.example.com 运行,那么 idea.key 文件应包含: URL:http://jetbrains.example.com

【讨论】:

以上是关于如何配置 IntelliJ IDEA 以从属性文件加载许可证服务器地址?的主要内容,如果未能解决你的问题,请参考以下文章

如何阻止 IntelliJ IDEA 从 .properties 文件中删除空行?

IntelliJ IDEA,WebStorm,PyCharm 2017+缓存位置修改

如何在IntelliJ IDEA中快速配置Tomcat

如何使IntelliJ Idea停止警告某些属性?

IntelliJ idea中怎么配置struts2-CSDN论坛

如何在intelliji idea中集成nodejs