mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-08 01:48:33 +08:00
v1.2.2 GA
This commit is contained in:
parent
b7f03e4276
commit
8ff03973e5
@ -1,12 +1,12 @@
|
|||||||
group =org.maxkey
|
group =org.maxkey
|
||||||
version =1.2.1.RELEASE
|
version =1.2.2.RELEASE
|
||||||
vendor =https://github.com/shimingxy/MaxKey
|
vendor =https://github.com/shimingxy/MaxKey
|
||||||
author =shimingxy
|
author =shimingxy
|
||||||
#Version For use jar
|
#Version For use jar
|
||||||
jackson2Version =2.9.8
|
jackson2Version =2.9.8
|
||||||
log4jVersion =2.13.1
|
log4jVersion =2.13.1
|
||||||
springVersion =5.2.4.RELEASE
|
springVersion =5.2.5.RELEASE
|
||||||
springBootVersion =2.2.5.RELEASE
|
springBootVersion =2.2.6.RELEASE
|
||||||
springSecurityVersion =5.3.0.RELEASE
|
springSecurityVersion =5.3.0.RELEASE
|
||||||
hibernateVersion =6.1.2.Final
|
hibernateVersion =6.1.2.Final
|
||||||
slf4jVersion =1.7.30
|
slf4jVersion =1.7.30
|
||||||
|
|||||||
@ -164,7 +164,7 @@ public class InitApplicationContext extends HttpServlet {
|
|||||||
public void showLicense(){
|
public void showLicense(){
|
||||||
_logger.info("----------------------------------------------------------------------------------------------------");
|
_logger.info("----------------------------------------------------------------------------------------------------");
|
||||||
_logger.info("+ Single Sign On ( SSO ) ");
|
_logger.info("+ Single Sign On ( SSO ) ");
|
||||||
_logger.info("+ MaxKey Version 1.2.1 GA");
|
_logger.info("+ MaxKey Version v1.2.2 GA");
|
||||||
_logger.info("");
|
_logger.info("");
|
||||||
_logger.info("+ Apache License 2.0");
|
_logger.info("+ Apache License 2.0");
|
||||||
_logger.info("+ https://github.com/shimingxy/MaxKey");
|
_logger.info("+ https://github.com/shimingxy/MaxKey");
|
||||||
|
|||||||
@ -7,7 +7,7 @@ server.servlet.context-path=/maxkey-mgt
|
|||||||
|
|
||||||
application.name=MaxKey-Mgt
|
application.name=MaxKey-Mgt
|
||||||
#message.properties global.application.version is need to update
|
#message.properties global.application.version is need to update
|
||||||
application.formatted-version=v1.2.1 GA
|
application.formatted-version=v1.2.2 GA
|
||||||
|
|
||||||
#for freemarker
|
#for freemarker
|
||||||
spring.freemarker.template-loader-path=classpath:/templates/views
|
spring.freemarker.template-loader-path=classpath:/templates/views
|
||||||
|
|||||||
@ -15,7 +15,7 @@ server.servlet.context-path=/maxkey
|
|||||||
|
|
||||||
application.name=MaxKey
|
application.name=MaxKey
|
||||||
#message.properties global.application.version is need to update
|
#message.properties global.application.version is need to update
|
||||||
application.formatted-version=v1.2.1 GA
|
application.formatted-version=v1.2.2 GA
|
||||||
|
|
||||||
#for freemarker
|
#for freemarker
|
||||||
spring.freemarker.template-loader-path=classpath:/templates/views
|
spring.freemarker.template-loader-path=classpath:/templates/views
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user