Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
谁能帮助我如何将mirror-api java快速启动项目部署到谷歌应用引擎?我已经通过 maven 导入将项目导入 Eclipse 并制作了 war 文件:mvn war:war 我能够在本地运行它没有任何问题不知道如何部署到应用程序引擎,我在谷歌应用程序引擎中创建了一个 apppot 项目以及
看看https://github.com/googleglass/mirror-quickstart-java/tree/app-engine
官方repo上有一个标签!