Use SpringZero Banner

pull/2/merge
Phillip Webb 12 years ago
parent 8c347fc99b
commit 9782747027

@ -26,12 +26,12 @@ import java.io.PrintStream;
abstract class Banner { abstract class Banner {
private static final String[] BANNER = { private static final String[] BANNER = {
" . ____ _ ____ _ _ __ _ ", " . ____ _ _____ __ _",
" /\\\\ / ___'_ __ _ _(_)_ __ __ _| __ ) ___ ___| |_ ___| |_ _ _ __ _ _ __\\ \\ \\ ", " /\\\\ / ___'_ __ _ _(_)_ __ __ _ |__ /___ _ __ ___\\ \\ \\",
"( ( )\\___ | '_ | '_| | '_ \\/ _` | _ \\/ _ \\/ _ | __/ __| __| '_/ _` | '_ \\\\ \\ \\ ", "( ( )\\___ | '_ | '_| | '_ \\/ _` | / // _ \\ '__/ _ \\\\ \\ \\",
" \\\\/ ___)| |_)| | | | | || (_| | |_)| (_)| (_)| |_\\__ | |_| || (_| | |_) |} } }", " \\\\/ ___)| |_)| | | | | || (_| | / /| __/ | | (/) |} } }",
" ' |____| .__|_| |_|_| |_\\__, |____/\\___/\\___/\\__|___/\\__|_| \\__,_| .__// / / ", " ' |____| .__|_| |_|_| |_\\__, |'_____\\___|_| \\___// / /",
" =========|_|==============|___/====================================|_|==/_/_/ " }; " =========|_|==============|___/====================/_/_/" };
/** /**
* Write the banner to the specified print stream. * Write the banner to the specified print stream.

Loading…
Cancel
Save