Google Cloud Platform new user here.
I'd like to deploy several Java web applications (Spring Boot apps actually) to Google App Engine while remaining Always Free compatible.
My question is about the relation between projects and applications.
I know how to deploy an application to a project, such as "myproject". Then the resulting URL is "myproject.appspot.com" (port does not seem customizable).
I need to deploy a second application, I guess I have to use another project (since the apps can't have the same URL). Would be tedious.
Is that so ? Do I have to create a GCP project for each of my Java web applications in GAE ?
Thank you for your time.