From 679dfe8a68fe56100e708f112c1060d661d7b136 Mon Sep 17 00:00:00 2001 From: huangzhen <867127663@qq.com> Date: 星期五, 30 九月 2022 16:41:03 +0800 Subject: [PATCH] 完成SPI数据提供接口 --- pom.xml | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index 1d744bd..4da3b93 100644 --- a/pom.xml +++ b/pom.xml @@ -318,6 +318,23 @@ <version>3.2.1</version> </dependency> + <!--后面是新增的依赖--> + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-lang3</artifactId> + <version>3.11</version> + </dependency> + <!--mybatis-plus--> + <dependency> + <groupId>com.baomidou</groupId> + <artifactId>mybatis-plus-annotation</artifactId> + <version>3.5.2</version> + </dependency> + <dependency> + <groupId>com.baomidou</groupId> + <artifactId>mybatis-plus-extension</artifactId> + <version>3.5.2</version> + </dependency> </dependencies> -- Gitblit v1.9.2