Springboot initialization error: failed to instantiate [XXX]: specified class is an interface
I reported an error because there is an xxxdao interface with the same name in the package of another module. Just modify the interface name
Similar Posts:
- [Solved] Error occurred during initialization of boot layer
- [Solved] Failed to instantiate [applets.nature.mapper.LogInfoMapper]: Specified class is an interface
- [Solved] Springboot Error: invalid bound statement (not found)
- Hibernate:No default constructor for entity [How to Solve]
- [Solved] Springboot test class injection bean is null Error: java.lang.NullPointerException…
- [Solved] redisson Error: IllegalArgumentException: port out of range:-1
- SLF4J: Failed to load class “org.slf4j.impl.StaticLoggerBinder”.
- Is not an enclosing class appears in creating a Java class
- [Solved] SpringBoot Startup Error: is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- [Solved] Handler dispatch failed; nested exception is java.lang.AbstractMethodError: com.shiku.im.dao.impl.FriendsDaoImpl.queryFriendsByName(ILjava/lang/String;)Ljava/util/List