Failed to bind properties under ‘spring.redis.port‘ to int:

Failed to bind properties under ‘spring.redis.port‘ to int:,第1张

具体报错信息如下:

​
Description:

Failed to bind properties under 'spring.redis.port' to int:

    Property: spring.redis.port
    Value: 6379;
    Origin: class path resource [application.properties] - 19:20
    Reason: failed to convert java.lang.String to int

Action:

Update your application's configuration

​
数据类型错误,不能把String转换为int
解决方法

找到properties文件,

把分号去掉就OK了

 再次运行,启动正常。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/langs/738186.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-04-28
下一篇 2022-04-28

发表评论

登录后才能评论

评论列表(0条)

保存