Skip to content

Commit

Permalink
enable com.alipay.sofa.proxy.bean default (#1032)
Browse files Browse the repository at this point in the history
  • Loading branch information
HzjNeverStop authored Oct 28, 2022
1 parent 620f9e0 commit 8866d70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ public static ServiceBeanFactoryPostProcessor serviceBeanFactoryPostProcessor()
}

@Bean
@ConditionalOnProperty(prefix = "com.alipay.sofa.proxy.bean", name = "enabled", havingValue = "true")
@ConditionalOnProperty(prefix = "com.alipay.sofa.proxy.bean", name = "enabled", havingValue = "true", matchIfMissing = true)
public static ProxyBeanFactoryPostProcessor proxyBeanFactoryPostProcessor() {
return new ProxyBeanFactoryPostProcessor();
}
Expand Down

0 comments on commit 8866d70

Please sign in to comment.