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 这个配置啊?