v1.4.0RC

上级 67572881
group =org.maxkey
version =1.3.RELEASE
version =1.4.0.RELEASE
vendor =https://github.com/shimingxy/MaxKey
author =shimingxy
#Version For use jar
......
......@@ -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("-----------------------------------------------------------");
}
......
......@@ -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
......
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册