【问题标题】:Do I need an app.yaml for my App Engine project?我的 App Engine 项目是否需要 app.yaml?
【发布时间】:2016-05-18 09:53:26
【问题描述】:

我一直在阅读 App Engine 参考资料中有关进入 app.yaml 的配置指令,例如“DBG_ENABLE”。但我在我的 Android Studio 创建的 GAE 项目中找不到这个文件。此外,我发现此文件中的某些指令(例如:Scaling)在 appengine-web.xml 中也有等效项。

那么,这个 yaml 文件有什么用 - 我需要创建它吗?在哪里?

【问题讨论】:

    标签: google-app-engine


    【解决方案1】:

    Android Studio 没有创建 app.yaml 文件,因为通常你使用 Java Serverlet 来实现 Android Studio 下的 App Engine Application,它使用 /WEB-INF/appengine-web.xml 文件来配置项目。

    app.yaml 文件用于使用 Python、Go 和 PHP 的 App Engine 项目。

    【讨论】:

      猜你喜欢
      • 2020-08-24
      • 2013-01-17
      • 2015-08-02
      • 1970-01-01
      • 2021-08-15
      • 2015-04-06
      • 2021-11-27
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多