diff --git a/maxkey-web-manage/src/main/resources/application.properties b/maxkey-web-manage/src/main/resources/application.properties index 8f6564dc..fbcc41b8 100644 --- a/maxkey-web-manage/src/main/resources/application.properties +++ b/maxkey-web-manage/src/main/resources/application.properties @@ -6,7 +6,7 @@ server.port=9521 server.servlet.context-path=/maxkey-mgt application.name=MaxKey-Mgt -application.formatted-version=(v1.2 GA) +application.formatted-version=v1.2 GA #for freemarker spring.freemarker.template-loader-path=classpath:/templates/views diff --git a/maxkey-web-manage/src/main/resources/banner.txt b/maxkey-web-manage/src/main/resources/banner.txt index 34211c3a..d12dba7c 100644 --- a/maxkey-web-manage/src/main/resources/banner.txt +++ b/maxkey-web-manage/src/main/resources/banner.txt @@ -3,5 +3,5 @@ / /|_/ / _ `/\ \ // ,< / -_) // / /_/ /_/\_,_//_\_\/_/|_|\__/\_, / /___/ - ${application.formatted-version} + :: MaxKey :: (${application.formatted-version}) :: Spring Boot :: ${spring-boot.formatted-version} \ No newline at end of file diff --git a/maxkey-web-maxkey/src/main/resources/application.properties b/maxkey-web-maxkey/src/main/resources/application.properties index 649e959c..4ac0292b 100644 --- a/maxkey-web-maxkey/src/main/resources/application.properties +++ b/maxkey-web-maxkey/src/main/resources/application.properties @@ -14,7 +14,7 @@ server.ssl.key-store-type=JKS server.servlet.context-path=/maxkey application.name=MaxKey -application.formatted-version=(v1.2 GA) +application.formatted-version=v1.2 GA #for freemarker spring.freemarker.template-loader-path=classpath:/templates/views diff --git a/maxkey-web-maxkey/src/main/resources/banner.txt b/maxkey-web-maxkey/src/main/resources/banner.txt index 34211c3a..d12dba7c 100644 --- a/maxkey-web-maxkey/src/main/resources/banner.txt +++ b/maxkey-web-maxkey/src/main/resources/banner.txt @@ -3,5 +3,5 @@ / /|_/ / _ `/\ \ // ,< / -_) // / /_/ /_/\_,_//_\_\/_/|_|\__/\_, / /___/ - ${application.formatted-version} + :: MaxKey :: (${application.formatted-version}) :: Spring Boot :: ${spring-boot.formatted-version} \ No newline at end of file