I would recommend starting with a base Spring application <https://github.com/GoogleCloudPlatform/getting-started-java/tree/master/appengine-standard-java8/springboot-appengine-standard> that works on App Engine. Once you have Spring working with all of the configurations in place for App Engine you can then add in your application code.
Note that Spring is not optimized for App Engine since Spring is in itself not scalable due to it having a long startup time (aka it is more for stand-alone applications). Therefore it is recommended to follow the Spring Optimizations <https://cloud.google.com/appengine/articles/spring_optimization> guide to conform your Spring app into a Cloud-friendly application. - Google Groups is reserved for general product discussions and not for technical support. If you require further Spring technical support it is recommended to post your full detailed questions <https://stackoverflow.com/help/how-to-ask> to Stack Overflow <https://cloud.google.com/support/docs/stackexchange> using the supported Cloud tags. -- 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/0f3c3993-c50a-4b96-b50d-1e40a1fd297f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
