如何将Spring AOP与Grails 3集成

时间:2018-08-13 23:12:52

标签: spring grails aop spring-aop grails-3.3

我一直在尝试在grails 3中集成spring aop for loggin。我可以在服务类内部使用日志记录,也可以在使用controller.log.info的控制器中使用日志记录,我想在方面类内部使用它。

这是我的application.yml,用于设置spring aop的配置。

spring:
    main:
        banner-mode: "off"
    groovy:
        template:
             check-template-location: false
    bean:
        packages: "com.escom.controlVolumetrico.aop"
    aop:
        proxy-target-class: true

0 个答案:

没有答案