参考这位大佬的博客:Invalid bound statement (not found),springboot扫描不到jar包中mapper文件的问题处理_springboot扫描不到mapper_James·harden13的博客-CSDN博客
classpath:和classpath*:的区别_classpath和classpath*区别_明快de玄米61的博客-CSDN博客
根据大佬最后说的,但问题还是没解决,我仔细看了一下大佬写的classpath*:org...。再对比我的项目后,发现我的项目写的是 classpath:org.xxx....。然后查了一下classpath和classpath*的区别,
最终改成classpath*,我的jar包下的class就被编译解析到了!!谢谢两位大佬
区别: