--
您收到此邮件是因为您订阅了 Google 网上论坛的“Grails联盟-GrailsUnion”论坛。
要向此网上论坛发帖,请发送电子邮件至 grail...@googlegroups.com。
要取消订阅此网上论坛,请发送电子邮件至 grailsunion...@googlegroups.com。
若有更多问题,请通过 http://groups.google.com/group/grailsunion?hl=zh-CN 访问此网上论坛。
Disabling precompilation isn't necessary. It's possible to add
grails.gsp.reload.enable=true to Config.groovy or set the
"grails.gsp.enable.reload" System property to "true"
(-Dgrails.gsp.enable.reload=true command line argument) to enable GSP reloading.
There will be a negative effect on performance since some internal caching is
disabled when reloading is enabled in Grails. GRAILS-5787 would be a better
solution, but it's not implemented yet.