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 + + +