Skip to content

Commit

Permalink
Added banner
Browse files Browse the repository at this point in the history
  • Loading branch information
No3x committed Jan 10, 2019
1 parent 8e18e54 commit 42caa4e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
spring.jmx.enabled=false
spring.jmx.enabled=false
spring.output.ansi.enabled=ALWAYS
spring.banner.location=banner.txt
15 changes: 15 additions & 0 deletions src/main/resources/banner.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
${AnsiColor.BLUE}===X ## .
, ## ## ## ==
, ## ## ## ## ## ===
, /"""""""""""""""""\___/ ===
~~~~~~~~~~~~~~~~~{~~ ~~~~ ~~~ ~~~~ ~~~ ~ / ===- ~~~~~~~~~
\______ o __/
\ \ __/
\____\_______/
${AnsiColor.BLACK}
| | | |
__ | __ __ | _ __ _ | . __ __ . -|- __
/ \| / \ / |/ / _\ | | | / \ / \ | | |__
\__/| \__/ \__ |\_ \__ | | | | | | | | __|

${AnsiColor.DEFAULT}

0 comments on commit 42caa4e

Please sign in to comment.