-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1170 from /issues/1169-custom-banner
Fix #1169: Custom Spring Boot Banner
- Loading branch information
Showing
4 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
____ _ _ _ _ _ _ | ||
| _ \ _____ _____ _ __ / \ _ _| |_| |__ / \ __| |_ __ ___ (_)_ __ | ||
| |_) / _ \ \ /\ / / _ \ '__/ _ \| | | | __| '_ \ / _ \ / _` | '_ ` _ \| | '_ \ | ||
| __/ (_) \ V V / __/ | / ___ \ |_| | |_| | | | / ___ \ (_| | | | | | | | | | | | ||
|_| \___/ \_/\_/ \___|_|/_/ \_\__,_|\__|_| |_| /_/ \_\__,_|_| |_| |_|_|_| |_| | ||
|
||
${AnsiColor.GREEN} :: ${banner.application.name} (${banner.application.version}) :: ${AnsiColor.GREEN} | ||
${AnsiColor.RED} :: Spring Boot${spring-boot.formatted-version} :: ${AnsiColor.RED} | ||
${AnsiColor.DEFAULT} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
____ _ _ _ ____ | ||
| _ \ _____ _____ _ __ / \ _ _| |_| |__ / ___| ___ _ ____ _____ _ __ | ||
| |_) / _ \ \ /\ / / _ \ '__/ _ \| | | | __| '_ \ \___ \ / _ \ '__\ \ / / _ \ '__| | ||
| __/ (_) \ V V / __/ | / ___ \ |_| | |_| | | | ___) | __/ | \ V / __/ | | ||
|_| \___/ \_/\_/ \___|_|/_/ \_\__,_|\__|_| |_| |____/ \___|_| \_/ \___|_| | ||
|
||
${AnsiColor.GREEN} :: ${banner.application.name} (${banner.application.version}) :: ${AnsiColor.GREEN} | ||
${AnsiColor.RED} :: Spring Boot${spring-boot.formatted-version} :: ${AnsiColor.RED} | ||
${AnsiColor.DEFAULT} |