I tried
Subscription for 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
Question
In my case, I have a spring boot application that creates a jar file. It works with the built-in container, and I believe that Google may have an alternative to deploy using Docker or some other way. But how?
There is no pointer or any details on how to run this on a platform managed by Google, as far as I was looking.
Any help or documentation link !! Deputies ??
source share