Skip to content

Commit

Permalink
#217 Create App Banner on start-up in application logs
Browse files Browse the repository at this point in the history
  • Loading branch information
conorheffron committed Jan 10, 2025
1 parent e112d78 commit 1996e61
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ spring:
mvc:
favicon:
enabled: false
banner:
location: classpath:/static/ironoc-banner.txt

springdoc:
api-docs:
Expand Down
10 changes: 10 additions & 0 deletions src/main/resources/static/ironoc-banner.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
${AnsiColor.GREEN}
_________ _______ _______ _ _______ _______
\__ __/( ____ )( ___ )( ( /|( ___ )( ____ \
) ( | ( )|| ( ) || \ ( || ( ) || ( \/
| | | (____)|| | | || \ | || | | || |
| | | __)| | | || (\ \) || | | || |
| | | (\ ( | | | || | \ || | | || |
___) (___| ) \ \__| (___) || ) \ || (___) || (____/\
\_______/|/ \__/(_______)|/ )_)(_______)(_______/
${AnsiColor.DEFAULT}

0 comments on commit 1996e61

Please sign in to comment.