我很难在spring中创建这个bean,非常感谢您的帮助。下面是我的Stack跟踪、Hbm文件和Java类。如果您需要更多的信息,请告诉我。谢谢!
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appController': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreation
我正在做一个spring boot服务项目,其中我们有多个Spring service bean,它们相互自动连接。@Repository大多数服务bean被自动连接到另一个服务bean中,同时自动将其相应的存储库bean与一些其他bean (ModelMapper,一些应用程序上下文bean)进行自动连接。有时