如何将SpringBoot REST应用程序部署到Google App Engine?

rak*_*sja 6 google-app-engine spring-boot google-cloud-platform

试着

GoogleAppEngine的订阅试用版.

1. INSTALLED GOOGLE APP ENGINE SDK
2. Downloaded the sample Java started code and deployed it. Working fine.
3. Used $appcfg.sh -A <appname> update target/appengine-try-java-1.0 to deploy
4. In this case, its a folder with all the webapp related stuffs
Run Code Online (Sandbox Code Playgroud)

在我的例子中,我有一个spring boot应用程序,它生成一个jar文件.它使用嵌入式容器运行,我相信Google可能会使用Docker或其他方式进行部署.但是怎么样?

就我搜索而言,没有指针或任何有关如何在Google托管平台中运行此功能的详细信息.

任何帮助或参考文档!! 候补?

Ste*_*oll 7

Google App Engine仍然使用低于Spring Boot(即Servlet 3.0)要求的Servlet 2.5.

有一种解决方法,请查看文档以获取更多详细信息