mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-07 01:18:27 +08:00
v1.4.0RC
This commit is contained in:
parent
67572881fc
commit
cf12a548f2
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user