Skip to content

Commit

Permalink
fix: banner
Browse files Browse the repository at this point in the history
  • Loading branch information
nekolr committed Dec 28, 2023
1 parent 6e30a44 commit b3b15a4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,8 @@ jwt:
period: 1800s
cors:
allowOrigin: ${ALLOW_ORIGIN:http://localhost:8962}

info:
app:
name: @project.artifactId@
version: @project.version@
2 changes: 1 addition & 1 deletion src/main/resources/banner.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
| |_) | |_ / /\ ( (` | |_| / / \ / / \ | | | |_ | |_)
|_| |_|__ /_/--\ _)_) |_| | \_\_/ \_\_/ |_| |_|__ |_| \

:: ${application.title} ::${application.formatted-version}
:: ${info.app.name} ::${info.app.version}

0 comments on commit b3b15a4

Please sign in to comment.