1
0
mirror of synced 2025-11-06 04:20:53 +08:00

🎨 WxOpenMessageRouter增加注解ConditionalOnMissingBean

This commit is contained in:
Mr.Robot
2025-10-04 01:32:23 +08:00
committed by GitHub
parent 10f71234e4
commit 9fd12b2a09

View File

@@ -28,6 +28,7 @@ public class WxOpenServiceAutoConfiguration {
}
@Bean
@ConditionalOnMissingBean
public WxOpenMessageRouter wxOpenMessageRouter(WxOpenService wxOpenService) {
return new WxOpenMessageRouter(wxOpenService);
}