Skip to content

Commit

Permalink
[#1437] fixed CanaryFilterAdapter implementation class cannot be foun…
Browse files Browse the repository at this point in the history
…d exception (#1438)
  • Loading branch information
chengyouling committed Feb 10, 2025
1 parent d343f72 commit ad9f8cd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.TYPE, ElementType.METHOD})
@ConditionalOnProperty(value = "spring.cloud.servicecomb.router.enabled", matchIfMissing = true)
@ConditionalOnProperty(value = {"spring.cloud.servicecomb.router.enabled", "spring.cloud.servicecomb.discovery.enabled"},
havingValue = "true", matchIfMissing = true)
public @interface ConditionalOnRouterEnabled {
}

0 comments on commit ad9f8cd

Please sign in to comment.