This commit is contained in:
shimingxy 2020-04-26 11:12:27 +08:00
parent 67572881fc
commit cf12a548f2
4 changed files with 7 additions and 6 deletions

View File

@ -1,5 +1,5 @@
group =org.maxkey
version =1.3.RELEASE
version =1.4.0.RELEASE
vendor =https://github.com/shimingxy/MaxKey
author =shimingxy
#Version For use jar

View File

@ -192,13 +192,14 @@ public class InitApplicationContext extends HttpServlet {
*/
public void showLicense() {
_logger.info("-----------------------------------------------------------");
_logger.info("+ MaxKey ");
_logger.info("+ Single Sign On ( SSO ) ");
_logger.info("+ MaxKey Version "
_logger.info("+ Version "
+ properties.getProperty("application.formatted-version"));
_logger.info("");
_logger.info("+ Apache License 2.0");
_logger.info("+");
_logger.info("+ https://shimingxy.github.io/MaxKey/");
_logger.info("+ email:shimingxy@163.com");
_logger.info("+ Licensed under Apache License 2.0");
_logger.info("-----------------------------------------------------------");
}

View File

@ -7,7 +7,7 @@ server.servlet.context-path=/maxkey-mgt
application.name=MaxKey-Mgt
#message.properties global.application.version is need to update
application.formatted-version=v1.3 GA
application.formatted-version=v1.4.0 GA
#for freemarker
spring.freemarker.template-loader-path=classpath:/templates/views

View File

@ -15,7 +15,7 @@ server.servlet.context-path=/maxkey
application.name=MaxKey
#message.properties global.application.version is need to update
application.formatted-version=v1.3 GA
application.formatted-version=v1.4.0 GA
#for freemarker
spring.freemarker.template-loader-path=classpath:/templates/views