Find application.properties springboot configuration corresponding data, add the prefix corresponding prefix

@ConditionalOnProperty(prefix = "spring.redis", name = "enabled", havingValue = "true")

Guess you like

Origin www.cnblogs.com/Hackerman/p/11754049.html
Recommended