Skip to content

Commit

Permalink
adjust priority for AfterBizStartupEventHandler (#1002)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanyuancin authored Jul 12, 2022
1 parent cbb43ed commit ab6c3cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ public void handleEvent(AfterBizStartupEvent event) {

@Override
public int getPriority() {
return PriorityOrdered.DEFAULT_PRECEDENCE;
return PriorityOrdered.LOWEST_PRECEDENCE;
}
}

0 comments on commit ab6c3cc

Please sign in to comment.