Skip to content

Commit

Permalink
#300 ACII Art - Create App Banner (#301)
Browse files Browse the repository at this point in the history
* #300 ACII Art - Create App Banner

* Update ironoc-db-banner.txt

* Update application.properties
  • Loading branch information
conorheffron authored Jan 12, 2025
1 parent 880c77c commit 778eeb4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,7 @@ spring.datasource.initialization-mode=always
# Thymeleaf
spring.thymeleaf.prefix=classpath:/templates/
spring.thymeleaf.suffix=.html
spring.resources.add-mappings=true
spring.resources.add-mappings=true

# banner
spring.banner.location: classpath:/static/ironoc-banner.txt
8 changes: 8 additions & 0 deletions src/main/resources/static/ironoc-db-banner.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
${AnsiColor.GREEN}
.__ __________ ________ __ ___.
|__|\______ \ ____ ____ ____ ____ \______ \ _____ _/ |_ _____ \_ |__ _____ ______ ____
| | | _/ / _ \ / \ / _ \ _/ ___\ | | \ \__ \ \ __\\__ \ | __ \ \__ \ / ___/_/ __ \
| | | | \( <_> )| | \( <_> )\ \___ | ` \ / __ \_ | | / __ \_ | \_\ \ / __ \_ \___ \ \ ___/
|__| |____|_ / \____/ |___| / \____/ \___ > /_______ /(____ / |__| (____ / |___ /(____ //____ > \___ >
\/ \/ \/ \/ \/ \/ \/ \/ \/ \/
${AnsiColor.DEFAULT}

0 comments on commit 778eeb4

Please sign in to comment.