@Autowired
private UserPropsRepository userPropsRepository;
https://github.com/guojing/spb
我的例外是:
***************************
APPLICATION FAILED TO START
***************************
Description:
Field userPropsRepository in controller.UserController required a bean of type 'repository.UserPropsRepository' that could not be found.
Action:
Consider defining a bean of type 'repository.UserPropsRepository' in your configuration.
问题解决了。
与这个相同的问题和解决方案有关。
包名:com.sample 现在,当我把所有文件放在一个包下时,它工作得很好。但当我根据功能进行分配时,错误就会发生。我该如何解决这个问题。 按照下面的建议添加basepackages后,我收到的错误为
我是spring的初学者。所以现在我开始学习spring boot并构建这个简单的项目,但是当我运行它时,我得到了这样的错误“Field entityManager in sagala.rest.boot.remade.dao.EmployeeDaoImpl required a bean of type'javax.persistence.entityManager'that count fou
当我启动我的spring-boot应用程序时,我有这样的消息: com.gisapp.services.impl.userservice中的字段userDAO需要类型为“com.gisapp.gisapp.dao.IUserdao”的bean,但找不到该bean。 注入点有以下注释:-@org.springframework.beans.factory.annotation.AutoWired(r