Skip to content

Commit

Permalink
Merge branch '3.0.x'
Browse files Browse the repository at this point in the history
Closes gh-34935
  • Loading branch information
snicoll committed Apr 11, 2023
2 parents dd627d4 + 308e527 commit 0806743
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2012-2022 the original author or authors.
* Copyright 2012-2023 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -128,7 +128,7 @@ static class SpringApplicationBannerPrinterRuntimeHints implements RuntimeHintsR

@Override
public void registerHints(RuntimeHints hints, ClassLoader classLoader) {
hints.resources().registerPattern("banner.txt");
hints.resources().registerPattern(DEFAULT_BANNER_LOCATION);
}

}
Expand Down

0 comments on commit 0806743

Please sign in to comment.