GAE modules on development server

前端 未结 4 1181
小蘑菇
小蘑菇 2020-12-06 03:26

I\'m using multiple modules with Google AppEngine and was wondering if its possible to run development server (java version) so that ports that are assigned to different mod

4条回答
  •  青春惊慌失措
    2020-12-06 03:44

    You can set a module's port via a system property in the module's appengine-web.xml file. For example:

    
        MY_MODULE
        v1
        true
        
            
        
    
    

提交回复
热议问题