Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Springboot initialization error Failed to instantiate [XXX]: what about Specified class is an interface

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

This article shows you the springboot initialization error Failed to instantiate [XXX]: what to do with Specified class is an interface, the content is concise and easy to understand, it will definitely brighten your eyes. I hope you can get something through the detailed introduction of this article.

Org.springframework.beans.BeanInstantiationException: Failed to instantiate [XXX]: Specified class is an interface

The following error occurred in my work today. At first, I thought it was due to carelessness and lack of annotations (the blogger project is springboot+mybatis architecture, all configured with annotations)

Some of the errors are as follows

Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [cn.com.depeng.yan.product.dao.PrpdProductDao]: Specified class is an interface at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate (SimpleInstantiationStrategy.java:68) ~ [spring-beans-4.3.17.RELEASE.jar:4.3.17.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean (AbstractAutowireCapableBeanFactory.java:1155) ~ [spring-beans-4.3.17. RELEASE.jar:4.3.17.RELEASE]... 43 common frames omitted

It turned out that there was a sysUserDao class with the same name in another package, and it worked well after renaming. But the console error report is too misleading, isn't it?

The above content is springboot initialization error Failed to instantiate [XXX]: what about Specified class is an interface? have you learned any knowledge or skills? If you want to learn more skills or enrich your knowledge reserve, you are welcome to follow the industry information channel.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report