gpt4 book ai didi

spring - 在Grails插件中使用Spring DSL

转载 作者:行者123 更新时间:2023-12-02 14:33:01 25 4
gpt4 key购买 nike

我正在尝试在Grails插件中使用Spring DSL功能。但是,它不起作用。这是我插件的conf / spring / resources.groovy文件中的内容:

import org.springframework.aop.scope.ScopedProxyFactoryBean

// Place your Spring DSL code here
beans = {
baseSvcProxy(ScopedProxyFactoryBean) {
targetBeanName = 'baseService'
proxyTargetClass = true
}
}

但是,它似乎被完全忽略了。如果我将完全相同的代码移至应用程序的conf / spring / resources.groovy文件,则一切运行正常。要使插件正常工作,是否需要采取其他措施?

最佳答案

为了从Grails插件修改spring上下文,您需要使用hooking into the runtime configuration使用插件的doWithSpring部分。在插件中会忽略Resources.groovy。

关于spring - 在Grails插件中使用Spring DSL,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21942312/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com