Use banner location constant

See gh-34868
pull/35377/head
kdomo 2 years ago committed by Stephane Nicoll
parent 9fe172e8f3
commit 6728a08219

@ -128,7 +128,7 @@ class SpringApplicationBannerPrinter {
@Override
public void registerHints(RuntimeHints hints, ClassLoader classLoader) {
hints.resources().registerPattern("banner.txt");
hints.resources().registerPattern(DEFAULT_BANNER_LOCATION);
}
}

Loading…
Cancel
Save