Cannot resolve reference to bean 'mongoTemplate' while setting bean property 'mongoOperations'; nested exception is org.springframewor
程序员文章站
2022-08-01 21:14:34
问题: Springboot 启动时出错,报没法创建bean的错误,看到nested最后是关于mongoTemplate的错误。 过程: 看网上大多说的是修改mongoTemplate的配置,但是springBoot自动注入我都没有配置,还有的说是注解没有写比如@service @autowired ......
问题:
springboot 启动时出错,报没法创建bean的错误,看到nested最后是关于mongotemplate的错误。
过程:
看网上大多说的是修改mongotemplate的配置,但是springboot自动注入我都没有配置,还有的说是注解没有写比如@service @autowired等,检查了一下都对啊。
解决方法
我之前运行的时候都挺好的啊,找了半天,才发现之前更新了一下 spring-data-mongodb依赖 从2.1.6到2.2.0 ,应该是兼容的问题,回退到2.1.6就好了。
上一篇: 晋鄙为何被称为“嚄唶宿将”?战国时期魏国名将晋鄙生平简介
下一篇: java基础(3):变量、运算符