Closed bogdan-marian closed 1 year ago
I have to set the service name in appengine-web.xml file using module tag
<module>service_name</module>
I found the response here: https://stackoverflow.com/questions/54248892/how-to-set-the-service-name-of-an-gcp-app-engine-service
I have to create a new service in appengine java standard environment. At the moment the monolith application is linked to the
default
service. I can see this in the cloud console.How do I specify for a new service that I intend to add the service name and what help can I get from appengiene for url mapping when I try to call endpoints from my second service?