Skip to content

Commit

Permalink
fix:fix agent2023 could not start
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikliu committed Jun 14, 2024
1 parent 531cf60 commit 4fd4202
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ public class RegisterBeanInterceptor implements Interceptor {
private final Set<String> primaryBeanNames = new HashSet<>();

public RegisterBeanInterceptor() {
primaryBeanNames.add("polarisAutoServiceRegistration");
primaryBeanNames.add("polarisRegistration");
primaryBeanNames.add("polarisServiceRegistry");
}

@Override
Expand Down

0 comments on commit 4fd4202

Please sign in to comment.