From d173a13ffa1d3a6093d68913a7e956dec9d43bd5 Mon Sep 17 00:00:00 2001 From: harish Date: Mon, 14 Oct 2024 18:09:25 +0530 Subject: [PATCH] added banner --- src/main/resources/application.properties | 2 +- src/main/resources/banner.txt | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 src/main/resources/banner.txt diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 2167142c..0206cb11 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -4,7 +4,7 @@ spring.application.name=tendermanagement spring.servlet.multipart.max-file-size=15MB spring.servlet.multipart.max-request-size=15MB -spring.profiles.active=local +spring.profiles.active=testing # JPA Configuration diff --git a/src/main/resources/banner.txt b/src/main/resources/banner.txt new file mode 100644 index 00000000..1968a28e --- /dev/null +++ b/src/main/resources/banner.txt @@ -0,0 +1,6 @@ + ____ __ _ + / ___| ___ _ __ __ _ / _(_)_ __ + | | _ / _ \ '_ \ / _` | |_| | '_ \ + | |_| | __/ |_) | (_| | _| | | | | + \____|\___| .__/ \__,_|_| |_|_| |_| + |_| \ No newline at end of file