是否可以禁用grails插件的BootStrap?

时间:2012-08-16 06:28:45

标签: grails plugins grails-plugin

在这篇文章中,它描述了如何启用grails插件的BootStrap:Is there an equivalent to the Bootstrap class in a Plugin

如果第三方插件以这种方式包含BootStrap,是否可以强制排除 MyPluginBootStrap,或者至少阻止其执行?

1 个答案:

答案 0 :(得分:1)

非常直接的解决方案 - 通过在应用程序中创建具有相同名称的引导文件(在您的情况下为MyPluginBootStrap.grotovy)来覆盖它。