Skip to content

Commit

Permalink
Adding banners
Browse files Browse the repository at this point in the history
  • Loading branch information
edeandrea committed Nov 28, 2023
1 parent 00c5b72 commit 94ea7f4
Show file tree
Hide file tree
Showing 14 changed files with 94 additions and 0 deletions.
1 change: 1 addition & 0 deletions event-statistics/src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
quarkus.application.name=event-statistics
quarkus.banner.path=banner.txt

quarkus.http.port=8085
quarkus.http.test-port=0
Expand Down
12 changes: 12 additions & 0 deletions event-statistics/src/main/resources/banner.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

___ _ ____ _
/ _ \ _ _ __ _ _ __| | ___ _ ___ / ___| _ _ _ __ ___ _ __| |__ ___ _ __ ___ ___ ___
| | | | | | |/ _` | '__| |/ / | | / __| \___ \| | | | '_ \ / _ \ '__| '_ \ / _ \ '__/ _ \ / _ \/ __|
| |_| | |_| | (_| | | | <| |_| \__ \ ___) | |_| | |_) | __/ | | | | | __/ | | (_) | __/\__ \
\__\_\\__,_|\__,_|_| |_|\_\\__,_|___/ |____/ \__,_| .__/ \___|_| |_| |_|\___|_| \___/ \___||___/
_____ _ ____ _ _ |_|
| ____|_ _____ _ __ | |_ / ___|| |_ __ _| |_ ___
| _| \ \ / / _ \ '_ \| __| \___ \| __/ _` | __/ __|
| |___ \ V / __/ | | | |_ ___) | || (_| | |_\__ \
|_____| \_/ \___|_| |_|\__| |____/ \__\__,_|\__|___/

2 changes: 2 additions & 0 deletions grpc-locations/src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
quarkus:
application:
name: grpc-locations
banner:
path: banner.txt
log:
level: INFO
category:
Expand Down
12 changes: 12 additions & 0 deletions grpc-locations/src/main/resources/banner.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

___ _ ____ _
/ _ \ _ _ __ _ _ __| | ___ _ ___ / ___| _ _ _ __ ___ _ __| |__ ___ _ __ ___ ___ ___
| | | | | | |/ _` | '__| |/ / | | / __| \___ \| | | | '_ \ / _ \ '__| '_ \ / _ \ '__/ _ \ / _ \/ __|
| |_| | |_| | (_| | | | <| |_| \__ \ ___) | |_| | |_) | __/ | | | | | __/ | | (_) | __/\__ \
\__\_\\__,_|\__,_|_| |_|\_\\__,_|___/ |____/ \__,_| .__/ \___|_| |_| |_|\___|_| \___/ \___||___/
_ _ _ |_|
| | ___ ___ __ _| |_(_) ___ _ __ ___
| | / _ \ / __/ _` | __| |/ _ \| '_ \/ __|
| |__| (_) | (_| (_| | |_| | (_) | | | \__ \
|_____\___/ \___\__,_|\__|_|\___/|_| |_|___/

1 change: 1 addition & 0 deletions rest-fights/src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
quarkus.application.name=rest-fights
quarkus.banner.path=banner.txt

## HTTP configuration
quarkus.http.port=8082
Expand Down
12 changes: 12 additions & 0 deletions rest-fights/src/main/resources/banner.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

___ _ ____ _
/ _ \ _ _ __ _ _ __| | ___ _ ___ / ___| _ _ _ __ ___ _ __| |__ ___ _ __ ___ ___ ___
| | | | | | |/ _` | '__| |/ / | | / __| \___ \| | | | '_ \ / _ \ '__| '_ \ / _ \ '__/ _ \ / _ \/ __|
| |_| | |_| | (_| | | | <| |_| \__ \ ___) | |_| | |_) | __/ | | | | | __/ | | (_) | __/\__ \
\__\_\\__,_|\__,_|_| |_|\_\\__,_|___/ |____/ \__,_| .__/ \___|_| |_| |_|\___|_| \___/ \___||___/
_____ _ _ _ |_|
| ___(_) __ _| |__ | |_ ___
| |_ | |/ _` | '_ \| __/ __|
| _| | | (_| | | | | |_\__ \
|_| |_|\__, |_| |_|\__|___/
|___/
2 changes: 2 additions & 0 deletions rest-heroes/src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
quarkus:
application:
name: rest-heroes
banner:
path: banner.txt
log:
level: INFO
category:
Expand Down
12 changes: 12 additions & 0 deletions rest-heroes/src/main/resources/banner.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

___ _ ____ _
/ _ \ _ _ __ _ _ __| | ___ _ ___ / ___| _ _ _ __ ___ _ __| |__ ___ _ __ ___ ___ ___
| | | | | | |/ _` | '__| |/ / | | / __| \___ \| | | | '_ \ / _ \ '__| '_ \ / _ \ '__/ _ \ / _ \/ __|
| |_| | |_| | (_| | | | <| |_| \__ \ ___) | |_| | |_) | __/ | | | | | __/ | | (_) | __/\__ \
\__\_\\__,_|\__,_|_| |_|\_\\__,_|___/ |____/ \__,_| .__/ \___|_| |_| |_|\___|_| \___/ \___||___/
_ _ |_|
| | | | ___ _ __ ___ ___ ___
| |_| |/ _ \ '__/ _ \ / _ \/ __|
| _ | __/ | | (_) | __/\__ \
|_| |_|\___|_| \___/ \___||___/

1 change: 1 addition & 0 deletions rest-narration/src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
quarkus.application.name=rest-narration
quarkus.banner.path=banner.txt

# Narration configuration
narration.fallback-narration=High above a bustling city, a symbol of hope and justice soared through the sky, while chaos reigned below, with malevolent laughter echoing through the streets.\nWith unwavering determination, the figure swiftly descended, effortlessly evading explosive attacks, closing the gap, and delivering a decisive blow that silenced the wicked laughter.\n\nIn the end, the battle concluded with a clear victory for the forces of good, as their commitment to peace triumphed over the chaos and villainy that had threatened the city.\nThe people knew that their protector had once again ensured their safety.\n
Expand Down
12 changes: 12 additions & 0 deletions rest-narration/src/main/resources/banner.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

___ _ ____ _
/ _ \ _ _ __ _ _ __| | ___ _ ___ / ___| _ _ _ __ ___ _ __| |__ ___ _ __ ___ ___ ___
| | | | | | |/ _` | '__| |/ / | | / __| \___ \| | | | '_ \ / _ \ '__| '_ \ / _ \ '__/ _ \ / _ \/ __|
| |_| | |_| | (_| | | | <| |_| \__ \ ___) | |_| | |_) | __/ | | | | | __/ | | (_) | __/\__ \
\__\_\\__,_|\__,_|_| |_|\_\\__,_|___/ |____/ \__,_| .__/ \___|_| |_| |_|\___|_| \___/ \___||___/
_ _ _ _ |_|
| \ | | __ _ _ __ _ __ __ _| |_(_) ___ _ __
| \| |/ _` | '__| '__/ _` | __| |/ _ \| '_ \
| |\ | (_| | | | | | (_| | |_| | (_) | | | |
|_| \_|\__,_|_| |_| \__,_|\__|_|\___/|_| |_|

1 change: 1 addition & 0 deletions rest-villains/src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
quarkus.application.name=rest-villains
quarkus.banner.path=banner.txt

## HTTP configuration
quarkus.http.port=8084
Expand Down
12 changes: 12 additions & 0 deletions rest-villains/src/main/resources/banner.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

___ _ ____ _
/ _ \ _ _ __ _ _ __| | ___ _ ___ / ___| _ _ _ __ ___ _ __| |__ ___ _ __ ___ ___ ___
| | | | | | |/ _` | '__| |/ / | | / __| \___ \| | | | '_ \ / _ \ '__| '_ \ / _ \ '__/ _ \ / _ \/ __|
| |_| | |_| | (_| | | | <| |_| \__ \ ___) | |_| | |_) | __/ | | | | | __/ | | (_) | __/\__ \
\__\_\\__,_|\__,_|_| |_|\_\\__,_|___/ |____/ \__,_| .__/ \___|_| |_| |_|\___|_| \___/ \___||___/
__ ___ _ _ _ |_|
\ \ / (_) | | __ _(_)_ __ ___
\ \ / /| | | |/ _` | | '_ \/ __|
\ V / | | | | (_| | | | | \__ \
\_/ |_|_|_|\__,_|_|_| |_|___/

1 change: 1 addition & 0 deletions ui-super-heroes/src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
quarkus.application.name=ui-super-heroes
quarkus.banner.path=banner.txt

quarkus.http.test-port=0

Expand Down
13 changes: 13 additions & 0 deletions ui-super-heroes/src/main/resources/banner.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

___ _ ____ _
/ _ \ _ _ __ _ _ __| | ___ _ ___ / ___| _ _ _ __ ___ _ __| |__ ___ _ __ ___ ___ ___
| | | | | | |/ _` | '__| |/ / | | / __| \___ \| | | | '_ \ / _ \ '__| '_ \ / _ \ '__/ _ \ / _ \/ __|
| |_| | |_| | (_| | | | <| |_| \__ \ ___) | |_| | |_) | __/ | | | | | __/ | | (_) | __/\__ \
\__\_\\__,_|\__,_|_| |_|\_\\__,_|___/ |____/ \__,_| .__/ \___|_| |_| |_|\___|_| \___/ \___||___/
|_|
____ _ _ _ _ ___
/ ___| _ _ _ __ ___ _ __ | | | | ___ _ __ ___ | | | |_ _|
\___ \| | | | '_ \ / _ \ '__| | |_| |/ _ \ '__/ _ \ | | | || |
___) | |_| | |_) | __/ | | _ | __/ | | (_) | | |_| || |
|____/ \__,_| .__/ \___|_| |_| |_|\___|_| \___/ \___/|___|
|_|

0 comments on commit 94ea7f4

Please sign in to comment.