From 5a5a0854f93513fda2300b6d0f52f649ef8a4666 Mon Sep 17 00:00:00 2001 From: Krcia <1503175889@qq.com> Date: Wed, 4 Feb 2026 10:20:03 +0800 Subject: [PATCH] =?UTF-8?q?chore:=E6=9B=B4=E6=96=B0=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 100 +++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 99 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9c23b03..f90b34e 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 4.0.2 + 3.4.3 top.krcia @@ -27,9 +27,62 @@ + Elysia聊天服务器 17 + 3.5.5 + 3.0.9 + 1.2.73 + 4.5.6 + + org.springframework.boot + spring-boot-starter-jdbc + + + com.mysql + mysql-connector-j + + + org.springframework.boot + spring-boot-starter-data-redis + + + org.springframework.boot + spring-boot-starter-aop + + + org.springframework + spring-context + + + org.apache.httpcomponents + httpclient + ${httpclient.version} + + + org.projectlombok + lombok + true + + + com.baomidou + mybatis-plus-spring-boot3-starter + ${mybatis-plus.version} + + + com.baomidou + mybatis-plus-core + ${mybatis-plus.version} + compile + + + com.alibaba + fastjson + ${fastjson.version} + compile + + org.springframework.boot spring-boot-starter @@ -44,9 +97,54 @@ + + org.apache.maven.plugins + maven-compiler-plugin + + + + org.projectlombok + lombok + + + + org.springframework.boot spring-boot-maven-plugin + + + + org.projectlombok + lombok + + + + + + com.ly.smart-doc + smart-doc-maven-plugin + ${smart-doc.version} + + ${basedir}/src/main/resources/smart-doc.json + ${doc.name} + + + com.baomidou:mybatis-plus-extension + + com.baomidou:mybatis-plus-core + + + + + + compile + + + html + + +