我是靠谱客的博主 凶狠大叔,最近开发中收集的这篇文章主要介绍SpringBoot+Spring Cloud报错,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

问题描述:项目使用了spring boot和spring cloud。后来的一次架构重构时升级了spring boot的版本为2.0,spring cloud升级为Finchley.SR1。于是在启动时报错如下:

Caused by: java.lang.IllegalStateException: 
Cannot convert value of type 'java.lang.String' 
to required type 'com.mongodb.MongoCredential' for property 'credentials[0]': 
no matching editors or conversion strategy found

由于旧版本spring cloud用的netflix的feign,新版本更换为了openFeign,所以尝试了是不是由于用了openFeign的问题。
果然在删除掉openFeign后代码成功运行,证明是他导致的mongo配置加载不进去。

最后解决方法:
调用方式由feign替换为webclient,同时向spring官方提了bug。

最后

以上就是凶狠大叔为你收集整理的SpringBoot+Spring Cloud报错的全部内容,希望文章能够帮你解决SpringBoot+Spring Cloud报错所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(43)

评论列表共有 0 条评论

立即
投稿
返回
顶部