From 1f42bd3d22c104aaa2d780c20a555b5e467858bf Mon Sep 17 00:00:00 2001 From: MichelleChung <1242874891@qq.com> Date: 星期一, 07 十一月 2022 22:10:52 +0800 Subject: [PATCH] !245 数据源由 Druid 修改为 Hikari * update 更新 dataSource 数据源, 由 druid 修改为 hikari, 更新相关配置 ; --- ruoyi-common/src/main/java/com/ruoyi/common/constant/Constants.java | 15 +++++---------- 1 files changed, 5 insertions(+), 10 deletions(-) diff --git a/ruoyi-common/src/main/java/com/ruoyi/common/constant/Constants.java b/ruoyi-common/src/main/java/com/ruoyi/common/constant/Constants.java index 8c3b13c..e634ed2 100644 --- a/ruoyi-common/src/main/java/com/ruoyi/common/constant/Constants.java +++ b/ruoyi-common/src/main/java/com/ruoyi/common/constant/Constants.java @@ -18,6 +18,11 @@ String GBK = "GBK"; /** + * www涓诲煙 + */ + String WWW = "www."; + + /** * http璇锋眰 */ String HTTP = "http://"; @@ -61,16 +66,6 @@ * 楠岃瘉鐮佹湁鏁堟湡锛堝垎閽燂級 */ Integer CAPTCHA_EXPIRATION = 2; - - /** - * 鐧诲綍閿欒娆℃暟 - */ - Integer LOGIN_ERROR_NUMBER = 5; - - /** - * 鐧诲綍閿欒闄愬埗鏃堕棿(鍒嗛挓) - */ - Integer LOGIN_ERROR_LIMIT_TIME = 10; /** * 浠ょ墝 -- Gitblit v1.9.3