Hi,
As mentioned in Spring Boot 2.0.0 M1 Release Notes <https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.0.0-M1-Release-Notes>, “server.context-path” is changed to the new property “server.servlet.context-path”. You may use a dispatch.yaml <https://cloud.google.com/appengine/docs/flexible/java/how-requests-are-routed#routing_with_a_dispatch_file> which allows you to override routing rules so that you will be able to send incoming requests to a specific service based on the path or host name in the request URL. -- 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/0a9bbfc9-ba83-462c-b650-a5efec6abc1b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
