美文网首页
详解SpringBoot配置文件(三)AOP配置

详解SpringBoot配置文件(三)AOP配置

作者: 风的低语 | 来源:发表于2018-07-03 19:41 被阅读4次
    # AOP 切面
    # 添加@EnableAspectJAutoProxy。
    spring.aop.auto= true
    # 是否要创建基于子类(CGLIB)的代理(true),而不是基于标准的基于Java接口的代理(false)。
    spring.aop.proxy-target-class= false
    
    
    # 应用程序上下文初始化器
    # 应用指标。
    spring.application.index= 
    # 应用程序名称。
    spring.application.name= 
    

    相关文章

      网友评论

          本文标题:详解SpringBoot配置文件(三)AOP配置

          本文链接:https://www.haomeiwen.com/subject/dkhduftx.html