【发布时间】:2013-05-19 23:51:23
【问题描述】:
Grails 允许您生成静态 web.xml 文件,其中包含:
grails install-templates
当您编辑生成的 web.xml 文件并添加更改 config.groovy 时,Grails 在编译时会做什么?既然可以在 config.groovy 中指定 web.xml 相关配置,这些文件是如何合并到最终的 web.xml 文件中的呢?
【问题讨论】:
标签: grails web.xml grails-2.0