У меня очень простой проект Java Springboot Connect к базе данных. Тем не менее, я хочу соединение MongoDB, и я мог бы также использовать MongoDB. И мой код Commits:
https://github.com/guojing/spb/commit/2 ... cbd571062e>
Если добавить @autowquired Annotation. Я думаю, что это должно быть таким же, как официальный документ.@Autowired
private UserPropsRepository userPropsRepository;
< /code>
Вот мой проект, может ли кто -нибудь мне помочь?***************************
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.
Подробнее здесь: https://stackoverflow.com/questions/431 ... when-add-m
Мобильная версия