Skip to content

Commit

Permalink
increase StartupSpringApplicationRunListener order,retain more space
Browse files Browse the repository at this point in the history
  • Loading branch information
taobaorun committed Apr 25, 2024
1 parent fade46e commit c3b5f43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ public void started(ConfigurableApplicationContext context, Duration timeTaken)

@Override
public int getOrder() {
return Ordered.LOWEST_PRECEDENCE - 1;
return Ordered.LOWEST_PRECEDENCE - 10;
}

private String getStartedMessage(Environment environment, Duration timeTakenToStartup) {
Expand Down

0 comments on commit c3b5f43

Please sign in to comment.