Skip to content

Commit 0806743

Browse files
committedApr 11, 2023
Merge branch '3.0.x'
Closes gh-34935
2 parents dd627d4 + 308e527 commit 0806743

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎spring-boot-project/spring-boot/src/main/java/org/springframework/boot/SpringApplicationBannerPrinter.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2022 the original author or authors.
2+
* Copyright 2012-2023 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -128,7 +128,7 @@ static class SpringApplicationBannerPrinterRuntimeHints implements RuntimeHintsR
128128

129129
@Override
130130
public void registerHints(RuntimeHints hints, ClassLoader classLoader) {
131-
hints.resources().registerPattern("banner.txt");
131+
hints.resources().registerPattern(DEFAULT_BANNER_LOCATION);
132132
}
133133

134134
}

0 commit comments

Comments
 (0)
Please sign in to comment.