diff --git a/powerauth-push-server/src/main/resources/application.properties b/powerauth-push-server/src/main/resources/application.properties index 1f01cbfd9..9df76eefa 100644 --- a/powerauth-push-server/src/main/resources/application.properties +++ b/powerauth-push-server/src/main/resources/application.properties @@ -36,6 +36,9 @@ powerauth.push.service.applicationName=powerauth-push powerauth.push.service.applicationDisplayName=PowerAuth Push Server powerauth.push.service.applicationEnvironment= +banner.application.name=${powerauth.push.service.applicationDisplayName} +banner.application.version=@project.version@ + # PowerAuth Push Campaign Setup powerauth.push.service.campaign.batchSize=100000 diff --git a/powerauth-push-server/src/main/resources/banner.txt b/powerauth-push-server/src/main/resources/banner.txt new file mode 100644 index 000000000..7a82690b2 --- /dev/null +++ b/powerauth-push-server/src/main/resources/banner.txt @@ -0,0 +1,9 @@ + ____ _ ____ + | _ \ _ _ ___| |__ / ___| ___ _ ____ _____ _ __ + | |_) | | | / __| '_ \ \___ \ / _ \ '__\ \ / / _ \ '__| + | __/| |_| \__ \ | | | ___) | __/ | \ V / __/ | + |_| \__,_|___/_| |_| |____/ \___|_| \_/ \___|_| + +${AnsiColor.GREEN} :: ${banner.application.name} (${banner.application.version}) :: ${AnsiColor.GREEN} +${AnsiColor.RED} :: Spring Boot${spring-boot.formatted-version} :: ${AnsiColor.RED} +${AnsiColor.DEFAULT} \ No newline at end of file