mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 18:29:03 +00:00
Rename Spring Bootstrap -> Spring Boot
This commit is contained in:
@@ -27,7 +27,7 @@ import static org.springframework.boot.ansi.AnsiElement.GREEN;
|
||||
|
||||
/**
|
||||
* Writes the 'Spring' banner.
|
||||
*
|
||||
*
|
||||
* @author Phillip Webb
|
||||
*/
|
||||
abstract class Banner {
|
||||
@@ -49,7 +49,7 @@ abstract class Banner {
|
||||
printStream.println(line);
|
||||
}
|
||||
String version = Banner.class.getPackage().getImplementationVersion();
|
||||
printStream.println(AnsiOutput.toString(GREEN, " Spring Bootstrap", DEFAULT,
|
||||
printStream.println(AnsiOutput.toString(GREEN, " Spring Boot", DEFAULT,
|
||||
FAINT, (version == null ? "" : " (v" + version + ")")));
|
||||
printStream.println();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user