From fa2a9332b048f48be972efe02ef8b3e3334da591 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期一, 01 九月 2025 22:48:45 +0800 Subject: [PATCH] 分页处理 --- ruoyi-admin/src/main/resources/application-ls.yml | 22 ++++++++++++++++++---- 1 files changed, 18 insertions(+), 4 deletions(-) diff --git a/ruoyi-admin/src/main/resources/application-ls.yml b/ruoyi-admin/src/main/resources/application-ls.yml index fdd19d6..cde7fa2 100644 --- a/ruoyi-admin/src/main/resources/application-ls.yml +++ b/ruoyi-admin/src/main/resources/application-ls.yml @@ -7,9 +7,13 @@ # 涓诲簱鏁版嵁婧� master: # 涓芥按 - url: jdbc:mysql://127.0.0.1:3308/smartor-lisui?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 - username: smartor - password: Smartor.2023 + # url: jdbc:mysql://127.0.0.1:3308/smartor-lisui?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 + # username: smartor + # password: Smartor.2023 + # driverClassName: com.mysql.cj.jdbc.Driver + url: jdbc:mysql://9.208.7.13:2883/smartor-lisui?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 + username: root@sfxx#other_cluster + password: Y5oapyS8 driverClassName: com.mysql.cj.jdbc.Driver # # 楂樻柉鏁版嵁搴撻厤缃� @@ -103,6 +107,11 @@ # 璇锋眰鍓嶇紑 pathMapping: /dev-api +# PageHelper鍒嗛〉鎻掍欢 +pagehelper: + helperDialect: mysql + supportMethodsArguments: true +# params: countSql;pageSizeZero=true magic-api: web: /magic/web @@ -118,6 +127,8 @@ page: page default-page: 1 default-size: 10 + + #閽夐拤鐨勫瘑閽� dingAppid: dingn8iip5ubj7clrrsv @@ -170,7 +181,7 @@ req_path: 8093 #localIP: https://wx.lihusmart.com #涓芥按澶栭摼璇锋眰IP鍜岀鍙e彿 -localIP: http://221.12.19.26 +localIP: https://221.12.19.26 #鑾峰彇鎮h�呬俊鎭疷RL(鍗庡崜鎻愪緵) hosp_info_url: http://esb-core-rest.wowjoy.cn/esb/exchange @@ -234,3 +245,6 @@ #闅忚鍖婚櫌锛�1鏂板崕 2涓芥按 visitHosp: 2 + +#澶勭悊鎶曡瘔寤鸿鐨勯儴闂ㄧ紪鐮� +dealDeptCode: -- Gitblit v1.9.3