diff --git a/powerauth-nextstep/src/main/resources/application.properties b/powerauth-nextstep/src/main/resources/application.properties index a1d6f0aa1..0eca9cb6e 100644 --- a/powerauth-nextstep/src/main/resources/application.properties +++ b/powerauth-nextstep/src/main/resources/application.properties @@ -67,4 +67,7 @@ springdoc.default-produces-media-type=application/json # Set the Spring application name spring.application.name=powerauth-nextstep +banner.application.name=${spring.application.name} +banner.application.version=@project.version@ + logging.config=${POWERAUTH_NEXTSTEP_LOGGING:} diff --git a/powerauth-nextstep/src/main/resources/banner.txt b/powerauth-nextstep/src/main/resources/banner.txt new file mode 100644 index 000000000..47fdacb06 --- /dev/null +++ b/powerauth-nextstep/src/main/resources/banner.txt @@ -0,0 +1,9 @@ + _ _ _ ____ _ + | \ | | _____ _| |_/ ___|| |_ ___ _ __ + | \| |/ _ \ \/ / __\___ \| __/ _ \ '_ \ + | |\ | __/> <| |_ ___) | || __/ |_) | + |_| \_|\___/_/\_\\__|____/ \__\___| .__/ + |_| +${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 diff --git a/powerauth-tpp-engine/src/main/resources/application.properties b/powerauth-tpp-engine/src/main/resources/application.properties index 798201ff5..50c877ce1 100644 --- a/powerauth-tpp-engine/src/main/resources/application.properties +++ b/powerauth-tpp-engine/src/main/resources/application.properties @@ -40,4 +40,7 @@ springdoc.swagger-ui.disable-swagger-default-url=true # Set the Spring application name spring.application.name=powerauth-tpp-engine +banner.application.name=${spring.application.name} +banner.application.version=@project.version@ + logging.config=${POWERAUTH_TPP_ENGINE_LOGGING:} diff --git a/powerauth-tpp-engine/src/main/resources/banner.txt b/powerauth-tpp-engine/src/main/resources/banner.txt new file mode 100644 index 000000000..c584c4f65 --- /dev/null +++ b/powerauth-tpp-engine/src/main/resources/banner.txt @@ -0,0 +1,9 @@ + _____ ____ ____ _____ _ + |_ _| _ \| _ \ | ____|_ __ __ _(_)_ __ ___ + | | | |_) | |_) | | _| | '_ \ / _` | | '_ \ / _ \ + | | | __/| __/ | |___| | | | (_| | | | | | __/ + |_| |_| |_| |_____|_| |_|\__, |_|_| |_|\___| + |___/ +${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 diff --git a/powerauth-webflow-client/src/main/resources/application.properties b/powerauth-webflow-client/src/main/resources/application.properties index 595200973..09c33645f 100644 --- a/powerauth-webflow-client/src/main/resources/application.properties +++ b/powerauth-webflow-client/src/main/resources/application.properties @@ -29,6 +29,11 @@ spring.jackson.date-format=yyyy-MM-dd'T'HH:mm:ssZ # Disable open session in view to avoid startup warning of Spring boot spring.jpa.open-in-view=false +spring.application.name=powerauth-webflow-client + +banner.application.name=${spring.application.name} +banner.application.version=@project.version@ + # Enable caching of static resources spring.web.resources.cache.cachecontrol.max-age=86400 diff --git a/powerauth-webflow-client/src/main/resources/banner.txt b/powerauth-webflow-client/src/main/resources/banner.txt new file mode 100644 index 000000000..2277c2d70 --- /dev/null +++ b/powerauth-webflow-client/src/main/resources/banner.txt @@ -0,0 +1,9 @@ + __ __ _ _____ _ ____ _ _ _ + \ \ / /__| |__ | ___| | _____ __ / ___| (_) ___ _ __ | |_ + \ \ /\ / / _ \ '_ \| |_ | |/ _ \ \ /\ / / | | | | |/ _ \ '_ \| __| + \ V V / __/ |_) | _| | | (_) \ V 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 diff --git a/powerauth-webflow/src/main/resources/application.properties b/powerauth-webflow/src/main/resources/application.properties index db586e348..3abcaa427 100644 --- a/powerauth-webflow/src/main/resources/application.properties +++ b/powerauth-webflow/src/main/resources/application.properties @@ -122,4 +122,7 @@ springdoc.swagger-ui.disable-swagger-default-url=true # Set the Spring application name spring.application.name=powerauth-webflow +banner.application.name=${spring.application.name} +banner.application.version=@project.version@ + logging.config=${POWERAUTH_WEBFLOW_LOGGING:} diff --git a/powerauth-webflow/src/main/resources/banner.txt b/powerauth-webflow/src/main/resources/banner.txt new file mode 100644 index 000000000..36d7b0305 --- /dev/null +++ b/powerauth-webflow/src/main/resources/banner.txt @@ -0,0 +1,9 @@ + __ __ _ _____ _ + \ \ / /__| |__ | ___| | _____ __ + \ \ /\ / / _ \ '_ \| |_ | |/ _ \ \ /\ / / + \ V V / __/ |_) | _| | | (_) \ V 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