You type grails run-app to get an application up and running in the Jetty container (see Resources) without needing to hop through the usual deployment hoops.
只需输入grails run - app,就可以使应用程序在Jetty容器(见参考资料)中运行,而不必执行常见的部署过程。
To run the application, type MVN tomcat: run which will start the jetty server.
要运行该应用程序,输入mvn tomcat: run,这将启动jetty服务器。
应用推荐