From 8aa26b5dce4435f10647b7ad1894d7a0bc49a6ae Mon Sep 17 00:00:00 2001 From: linwl <304115325@qq.com> Date: Wed, 24 Feb 2021 17:25:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0Mapper=E4=B8=8EEntity?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/pom.xml b/pom.xml index b8b9f52..98a2cac 100644 --- a/pom.xml +++ b/pom.xml @@ -83,6 +83,20 @@ mysql-connector-java runtime + + + + com.baomidou + mybatis-plus + 3.3.1 + + + + + org.mybatis.spring.boot + mybatis-spring-boot-autoconfigure + 2.1.2 + @@ -91,6 +105,14 @@ 2.1.2 + + + + com.alibaba + druid-spring-boot-starter + 1.1.22 + + org.springframework.boot spring-boot-starter-test