2008-07-04
grails war 包定制
关键字: grails war 包定制
在config.groovy 下面配置
grails.war.resources = {stagingDir ->
copy(todir: "${stagingDir}/WEB-INF/classes/grails-app/yourDir") {
fileset(dir:"grails-app/YourDir")
}
}
grails.war.resources = {stagingDir ->
copy(todir: "${stagingDir}/WEB-INF/classes/grails-app/yourDir") {
fileset(dir:"grails-app/YourDir")
}
}
- 17:18
- 浏览 (110)
- 评论 (0)
- 分类: grails
- 发布在 Groovy on Grails 圈子
- 相关推荐
发表评论
- 浏览: 15907 次
- 性别:

- 来自: 济南

- 详细资料
搜索本博客
我的相册
detail
共 1 张
共 1 张
最新评论
-
grails 根据数据库自动生 ...
不错,不知道实践结果感觉如何,呵呵
-- by casephoen -
grails 导出 excel
你确认在你的controller中定义这个XlsExportService 吗 ...
-- by dellsoft -
grails 导出 excel
不能执行:java.lang.NullPointerException: Can ...
-- by ourfirebird -
jsecurity 资料
一直在关注中,其基于pojo的特性还是很诱人的.
-- by agile_boy -
extjs dwr spring
谢谢,学习,学习
-- by fang_qi






评论排行榜