[Solved] Springboot Initializate Error: Failed to instantiate [XXX]: Specified class is an interface

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: