我从 GAE 收到以下错误...
Line 6, column 15: Unable to find property 'static_files' on class: com.google.apphosting.utils.config.AppYaml$Handler
将简单的静态网站从 Codenvy 部署到 GAE 时。 我很确定我搞砸了一些基本的东西...... 这是我当前的非功能性应用程序.yaml...
application: myapp
version: 1
runtime: java
handlers:
- url: /
static_files: static/index.html
upload: static/index.html
- url: /
static_dir: static
我不认为这是Java的正确语法。
查看指南