报错spring实战(第四版)示例代码 ,使用 @DeclareParents 实现aop出错
Posted canyang
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了报错spring实战(第四版)示例代码 ,使用 @DeclareParents 实现aop出错相关的知识,希望对你有一定的参考价值。
来源:spring实战(第四版)
章节:4.3.4 通过注解引入新功能
页码:P120
环境: springboot 2.1.9.RELEASE
报错信息:
warning can‘t determine implemented interfaces of missing type org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadataProvidersConfiguration
原因:估计是spring版本问题
原文:
解决方案:将划线处修改为performance的实现类,并去掉+号即可
PS:这样修改后其他实现类就无法使用该切面定义的功能了
以上是关于报错spring实战(第四版)示例代码 ,使用 @DeclareParents 实现aop出错的主要内容,如果未能解决你的问题,请参考以下文章