Add newline before the Spring banner
See gh-40889
This commit is contained in:
committed by
Moritz Halbritter
parent
c479c56836
commit
fad0f0a83d
@@ -45,6 +45,7 @@ class SpringBootBanner implements Banner {
|
||||
|
||||
@Override
|
||||
public void printBanner(Environment environment, Class<?> sourceClass, PrintStream printStream) {
|
||||
printStream.println();
|
||||
printStream.println(BANNER);
|
||||
String version = String.format(" (v%s)", SpringBootVersion.getVersion());
|
||||
StringBuilder padding = new StringBuilder();
|
||||
|
||||
Reference in New Issue
Block a user