You might wish to look at this sample <https://github.com/GoogleCloudPlatform/getting-started-java/tree/master/appengine-standard-java8/springboot-appengine-standard>. Note - the version of SpringBoot is specific, I haven't had a chance to figure out why the next release fails.
On Mon, Jul 10, 2017 at 10:42 AM, 'George (Cloud Platform Support)' via Google App Engine <[email protected]> wrote: > Hi Shachar, > > This is correct, the sample presented at the referred link does not > provide any instruction regarding web.xml, but requires you to edit > appengine-web.xml to: > > <appengine-web-app xmlns="http://appengine.google.com/ns/1.0"> > <version>1</version> > <threadsafe>true</threadsafe> > <runtime>java8</runtime> > </appengine-web-app> > > There is no other apparent reason why the instructions secure a successful > deployment here and not in your case. > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/google-appengine. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/google-appengine/1a1b0aa3-c534-418c-a075- > 8f2e7b17a205%40googlegroups.com > <https://groups.google.com/d/msgid/google-appengine/1a1b0aa3-c534-418c-a075-8f2e7b17a205%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- * • **Les Vogel* * • *Cloud Developer Relations * • *[email protected] * • *+1-4 <%2B1-650-338-7103>08-676-7023 -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/CAGB1p5iFTb0pXHKsfRJV%3Do1gcyikJ%3DvO20%2BJRiNXw0epQg%3D%3DjQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
