I am using Google App Engine flexible to deploy my spring boot app. I see the configuration can be specified by app.yaml or appengine-web.xml. However, my questions are,
- Which configuration file should I use for the Spring boot app, yaml or xml?
- If xml, should I create web/WEB-INF/ folder and place the appengine-web.xml under that?
- Also, if xml how to specify the "flex" environment choice (via which property) in the xml?
Thanks in advance.