一. BUG描述
在使用SpringBoot学习SpringAOP的引入时,在切面导入了注解@DeclareParents,出现了报错信息,如下所示:
warning can‘t determine implemented interfaces of missing type org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadataProvidersConfiguration
二. BUG解决
注解@DeclareParents中的属性value的值为需要增强的类的全限定名,我填写的内容如下所示:
@DeclareParents(value = "com.springboot.chapter4.aspect.service.impl.UserServiceImpl+"

】之 AOP错误:warning can‘t determine implemented interfaces of missing type&spm=1001.2101.3001.5002&articleId=109848899&d=1&t=3&u=d8339c23d23a45e4b39dfcaf00d84222)
3081

被折叠的 条评论
为什么被折叠?



