今天spring出现了“Specified class is an interface” 的错误提示,仔细一看,spring的配置文件中的class写的是接口类的地址,改为其实现类的地址后错误消失。
spring中出现“Specified class is an interface”
最新推荐文章于 2022-10-11 18:34:30 发布
本文讲述了在使用Spring框架过程中遇到的一个常见错误:“Specified class is an interface”。该错误源于配置文件中误将接口作为Bean的class属性值指定。通过将接口替换为具体的实现类,可以解决此问题。

1万+

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



