shimingxy před 5 roky
rodič
revize
dc0b757e11

+ 1 - 1
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

+ 1 - 1
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}

+ 1 - 1
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

+ 1 - 1
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}