Update InitializeContext.java

This commit is contained in:
shimingxy
2025-02-27 08:56:08 +08:00
parent b3ef2d7414
commit 0ef0a299d6

View File

@@ -142,12 +142,12 @@ public class InitializeContext extends HttpServlet {
*/ */
public void showLicense() { public void showLicense() {
logger.info(WebConstants.DELIMITER); logger.info(WebConstants.DELIMITER);
logger.info("+ MaxKey Community Edition "); logger.info(" MaxKey Community Edition ");
logger.info("+ Single Sign On ( SSO ) "); logger.info(" Single Sign On ( SSO ) ");
logger.info("+ Version {}", logger.info(" Version {}",
WebContext.properties.getProperty("application.formatted-version")); WebContext.properties.getProperty("application.formatted-version"));
logger.info("+"); logger.info("");
logger.info("+ {}Copyright 2018 - {} https://www.maxkey.top/", logger.info(" {}Copyright 2018 - {} https://www.maxkey.top/",
(char)0xA9 , new DateTime().getYear() (char)0xA9 , new DateTime().getYear()
); );
logger.info("+ Licensed under the Apache License, Version 2.0 "); logger.info("+ Licensed under the Apache License, Version 2.0 ");