Grails autocompile not in development environment

*爱你&永不变心* 提交于 2019-12-10 18:20:08

问题


I am running Grails 2.1 in a environment called "local" because "development" is reserved for a staging system. But I want to have to auto compile like in dev mode, i.e. if I am changing a controller the changes are compiled at one without rerunning "run-app". The parameter grails.gsp.enable.reload=true doesn't work.

Any hints are highly appreciated. Thanks in advance

Reto


回答1:


Try starting up with

grails local -reloading run-app


来源:https://stackoverflow.com/questions/11807207/grails-autocompile-not-in-development-environment

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!