Skip to content

Commit

Permalink
increase StartupSpringApplicationRunListener order (sofastack#1311)
Browse files Browse the repository at this point in the history
* increase StartupSpringApplicationRunListener order,retain more space
  • Loading branch information
taobaorun authored Apr 25, 2024
1 parent 6976943 commit 1089e7b
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;
return Ordered.LOWEST_PRECEDENCE - 10;
}

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

0 comments on commit 1089e7b

Please sign in to comment.