How to change grails localhost port?

前端 未结 11 1414
情书的邮戳
情书的邮戳 2020-12-22 20:39

I\'m using grails 2.0.4. And I want to use port:8090 instead of 8080 for localhost. So need help to change the port to 8090 permanently.

11条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-22 21:36

    Type following in the command line:

    grails -Dserver.port=8090 run-app
    

提交回复
热议问题