【发布时间】:2013-11-20 10:25:09
【问题描述】:
我是 Grails 框架的初学者。
我已将端口号设置为BuildConfig.groovy 为grails.server.port.http = 8090
在eclipse中,
当我作为在服务器上运行运行项目时,它会运行到localhost:8080/
但是当我作为 Grails Command(run-app) 运行项目时,它会运行到 localhost:8090/
它们之间有什么区别?我怎样才能运行到端口 8090:即使我以 run on server 运行?
【问题讨论】: