From ed4f78cccbb2cf672d6b3230069979288232ab4a Mon Sep 17 00:00:00 2001 From: 潘志宝 <979469083@qq.com> Date: 星期一, 04 十一月 2024 08:25:28 +0800 Subject: [PATCH] 计划数据 --- iailab-framework/iailab-common-web/pom.xml | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/iailab-framework/iailab-common-web/pom.xml b/iailab-framework/iailab-common-web/pom.xml index 046950a..02aa5b3 100644 --- a/iailab-framework/iailab-common-web/pom.xml +++ b/iailab-framework/iailab-common-web/pom.xml @@ -20,6 +20,10 @@ <groupId>com.iailab</groupId> <artifactId>iailab-common</artifactId> </dependency> + <dependency> + <groupId>com.baomidou</groupId> + <artifactId>mybatis-plus-boot-starter</artifactId> <!-- 捕获mybatis全局异常 --> + </dependency> <!-- Spring Boot 配置所需依赖 --> <dependency> -- Gitblit v1.9.3