grails run-app on localhost:8080 instead of :8080/appName?

后端 未结 3 1532
我在风中等你
我在风中等你 2020-12-29 12:32

Is there a way to get grails run-app to launch on localhost:8080/ instead of localhost:8080/${appName}?

In Config.groovy,, set

3条回答
  •  梦毁少年i
    2020-12-29 12:54

    How about

    grails.app.context = "/"
    

    in Config.groovy, as per this jira discussion?

提交回复
热议问题