【发布时间】:2020-09-01 18:31:11
【问题描述】:
尝试通过 Eclipse(通过 Google Cloud Tools 插件)将外部 jar 文件部署到 Google Cloud App Engine。
app.yaml
runtime: java11
entrypoint: 'java -jar cord.jar'
在 Eclipse 上,显示 "runtime: java 1" in app.yaml is not "java"
【问题讨论】:
标签: java google-app-engine google-cloud-platform