【发布时间】:2015-03-03 22:32:31
【问题描述】:
在 Eclipse 中有一种从 Java 类生成端点文件的简单方法(右键单击类 -> google -> 生成端点文件),但我在 IntelliJ 中找不到此功能。 我该怎么做?
谢谢
【问题讨论】:
标签: intellij-idea cloud google-cloud-endpoints endpoints
在 Eclipse 中有一种从 Java 类生成端点文件的简单方法(右键单击类 -> google -> 生成端点文件),但我在 IntelliJ 中找不到此功能。 我该怎么做?
谢谢
【问题讨论】:
标签: intellij-idea cloud google-cloud-endpoints endpoints
支持 Cloud Endpoints 生成的插件目前仅在 Android Studio 中可用,而在 IntelliJ IDEA 中不可用。如果您使用的是 IntelliJ IDEA,则需要使用 command line endpoints tool 来生成端点文件。
【讨论】: