From 7b167fb2126d72fad6e8308634680a810fb8af71 Mon Sep 17 00:00:00 2001 From: userName <244140623@qq.com> Date: Mon, 1 Apr 2024 09:05:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E9=97=AD=E7=A7=9F=E6=88=B7=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-admin/pom.xml | 32 +++++++++---------- .../src/main/resources/application.yml | 3 +- 2 files changed, 17 insertions(+), 18 deletions(-) diff --git a/ruoyi-admin/pom.xml b/ruoyi-admin/pom.xml index bad0313..093efae 100644 --- a/ruoyi-admin/pom.xml +++ b/ruoyi-admin/pom.xml @@ -23,25 +23,25 @@ mysql-connector-j - - com.oracle.database.jdbc - ojdbc8 - + + + + - - org.postgresql - postgresql - + + + + - - com.microsoft.sqlserver - mssql-jdbc - + + + + - - org.dromara - ruoyi-common-doc - + + + + org.dromara diff --git a/ruoyi-admin/src/main/resources/application.yml b/ruoyi-admin/src/main/resources/application.yml index 67bfd55..599886c 100644 --- a/ruoyi-admin/src/main/resources/application.yml +++ b/ruoyi-admin/src/main/resources/application.yml @@ -122,7 +122,7 @@ security: # 多租户配置 tenant: # 是否开启 - enable: true + enable: false # 排除表 excludes: - sys_menu @@ -134,7 +134,6 @@ tenant: - sys_user_role - sys_client - sys_oss_config - - sys_scale # MyBatisPlus配置 # https://baomidou.com/config/