Skip to content

Commit cf32b28

Browse files
binarywangCopilot
andauthored
Update spring-boot-starters/wx-java-open-multi-spring-boot-starter/src/main/java/com/binarywang/spring/starter/wxjava/open/configuration/services/WxOpenInRedisTemplateConfiguration.java
Co-authored-by: Copilot <[email protected]>
1 parent e0f26e2 commit cf32b28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-starters/wx-java-open-multi-spring-boot-starter/src/main/java/com/binarywang/spring/starter/wxjava/open/configuration/services/WxOpenInRedisTemplateConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*/
2020
@Configuration
2121
@ConditionalOnProperty(
22-
prefix = WxOpenMultiProperties.PREFIX + ".config-storage", name = "type", havingValue = "redis_template"
22+
prefix = WxOpenMultiProperties.PREFIX + ".config-storage", name = "type", havingValue = "redistemplate"
2323
)
2424
@ConditionalOnClass(StringRedisTemplate.class)
2525
@RequiredArgsConstructor

0 commit comments

Comments
 (0)