diff options
| author | Paul-Christian Volkmer | 2025-09-01 13:31:08 +0200 |
|---|---|---|
| committer | GitHub | 2025-09-01 13:31:08 +0200 |
| commit | 9cc9f130df3f49203b7d63d9ba7f1c04bf957a95 (patch) | |
| tree | b9b63240910eeaf0ffdff816ddcb39d2cb6f37a7 | |
| parent | b92fbae2c5cb49f550e07f5299b0a573439d9a76 (diff) | |
chore: add custom banner file (#146)
| -rw-r--r-- | src/main/resources/banner.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main/resources/banner.txt b/src/main/resources/banner.txt new file mode 100644 index 0000000..9019dfd --- /dev/null +++ b/src/main/resources/banner.txt @@ -0,0 +1,7 @@ + __ _ _ _ _ + _ __ _____ __/ /_ | || | ___ ___| |_| | _ __ _ __ ___ ___ ___ ___ ___ ___ _ __ +| '_ ` _ \ \ / / '_ \| || |_ / _ \_____ / _ \ __| |_____| '_ \| '__/ _ \ / __/ _ \/ __/ __|/ _ \| '__| +| | | | | \ V /| (_) |__ _| __/_____| __/ |_| |_____| |_) | | | (_) | (_| __/\__ \__ \ (_) | | +|_| |_| |_|\_/ \___/ |_| \___| \___|\__|_| | .__/|_| \___/ \___\___||___/___/\___/|_| + |_| + :: mv64e-etl-processor :: ${application.formatted-version} |
