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

@@ -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("-----------------------------------------------------------");
}