Appengine multiple modules local dev - Java
问题 I have 3 java modules using Google Appengine Standard: The first one module uses Java 7 with Servlet 2.5 + web.xml + Spring 4 The second module uses Java 8 with Servlet 3.1 without web.xml + Spring 5 using WebApplicationInitializer. The third module is just to frontend files (HTML,CSS). I have a dispatch.yaml that contains route for each module. If I run only java8 module using: mvn appengine:run OR /usr/lib/google-cloud-sdk/bin/java_dev_appserver.sh, It is ok, the modules run. If I use: dev