gpt4 book ai didi

Java 考虑在添加 mongoDB 支持时在配置异常中定义一个类型的 bean

转载 作者:行者123 更新时间:2023-11-29 09:27:57 25 4
gpt4 key购买 nike

我有一个非常简单的 Java Springboot 项目连接到数据库。不过,我想要一个 mongoDB 连接,我也可以使用 mongoDB。

我阅读了很多文档,但无法使其正常工作。我的提交代码是:

https://github.com/GuoJing/spb/commit/20c04ce38d43bb0ba229d0d3577fdccbd571062e

如果添加@AutoWired 注解,应用程序将不会启动。我想这应该和官方文档一样。

在 src/main/java/controller/UserController.java 中

@Autowired
private UserPropsRepository userPropsRepository;

这是我的项目,有人可以帮助我吗?

https://github.com/GuoJing/spb

我的异常(exception)是:

***************************
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.

最佳答案

问题已解决。

  1. 更改我的项目结构,将根 Package 和 Model 以及 Dao ... 移动到 com.example.model ...
  2. 将 Application.java 移动到根目录以便它自动扫描组件

与同样的问题和解决方案相关。

'Field required a bean of type that could not be found.' error spring restful API using mongodb

关于Java 考虑在添加 mongoDB 支持时在配置异常中定义一个类型的 bean,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43164651/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com