Reason: No converter found capable of converting from type [java.lang.String] to type [java.lang.Cla

迷南。 2022-09-03 15:11 24阅读 0赞

Reason: No converter found capable of converting from type [java.lang.String] to type [java.lang.Class]

Action:

Update your application’s configuration

系统告诉我去查看application配置文件

在这里插入图片描述
发现数据库连接池没导入
在这里插入图片描述
但是查看依赖之后发现已经导入

再仔细查看

还是不知道

后来发现是mysql 与druid版本问题

我的解决办法是都用最新版的数据库驱动和数据库连接池版本

然后根据idea的提示吧代码写出来

idea都提示了,肯定是没问题的

发表评论

表情:
评论列表 (有 0 条评论,24人围观)

还没有评论,来说两句吧...

相关阅读