From f712403d934f356577c9d71843de50f0ba339930 Mon Sep 17 00:00:00 2001 From: Kris <2893855659@qq.com> Date: Thu, 27 Mar 2025 10:00:48 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90feat=E3=80=91=E8=A7=A3=E5=86=B3jsqlpar?= =?UTF-8?q?ser=20=E4=BE=9D=E8=B5=96=E7=89=88=E6=9C=AC=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- czsj-system/pom.xml | 11 +++++++++++ pom.xml | 13 +++++++++++++ 2 files changed, 24 insertions(+) diff --git a/czsj-system/pom.xml b/czsj-system/pom.xml index 522a2fd..25ab3ba 100644 --- a/czsj-system/pom.xml +++ b/czsj-system/pom.xml @@ -83,9 +83,20 @@ slf4j-api org.slf4j + + + jsqlparser + com.github.jsqlparser + + + com.github.jsqlparser + jsqlparser + 4.2 + + com.baomidou mybatis-plus diff --git a/pom.xml b/pom.xml index 916d7ba..1bb78ae 100644 --- a/pom.xml +++ b/pom.xml @@ -200,6 +200,19 @@ com.github.pagehelper pagehelper-spring-boot-starter ${pagehelper.boot.version} + + + + jsqlparser + com.github.jsqlparser + + + + + + com.github.jsqlparser + jsqlparser + 4.2