如何运行 OpenId4Java 应用程序引擎示例应用程序?
OpenId4Java 在其示例代码中有一个 appengine-consumer。然而,虽然我可以构建示例,但我不知道如何运行它。 mvn jetty:run 失败,并且似乎没有另一个明显的启动机制。
我正在使用 maven gae 插件开发其他项目,并使用 mvn gae:run 或通过 IntelliJ AppEngine 应用程序配置启动它们。
那么如何运行示例应用程序呢?
OpenId4Java have an appengine-consumer in their sample code. However I while I can build the sample I can't figure out how to run it. mvn jetty:run fails and there doesn't seem another obvious start mechanism.
I'm developing my other projects using the maven gae plugin and start them with either mvn gae:run or via the IntelliJ AppEngine application config.
So how do I run the sample app?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据
appengine-consumer
示例中的 README 文件,According to the README file inside
appengine-consumer
sample,