软件工程师和算法工程师速来!正在直播:如何使用英特尔oneAPI工具实现PyTorch 优化>>>
APPLICATION FAILED TO START
***************************
Description:
Failed to bind properties under 'spring.redis.host' to java.lang.String:
Property: spring.redis.host
Value: ${redis.host}
Origin: class path resource [bootstrap.yml]:44:11
Reason: Could not resolve placeholder 'redis.host' in value "${redis.host}"
Action:
Update your application's configuration
这是从配置文件中没读取到 redis.host 这个配置啊?
我也遇到这个问题,不过我的是之前工程是正常的,提交代码后出现的这个问题,rebuild整个项目滞后就解决了