Ensure redis export properties are actually set using a @Value()
Previously the @Value annotation was not on a top level @Bean field (it was nested inside). Manually constructing the bean in a separate configuration class seems like the best way to get it to actually bind at runtime.
Showing
Please register or sign in to comment