FengChaoYu преди 3 седмици
родител
ревизия
9afd6ceb1c
променени са 1 файла, в които са добавени 5 реда и са изтрити 0 реда
  1. 5 0
      pom.xml

+ 5 - 0
pom.xml

@@ -102,6 +102,11 @@
             <artifactId>mybatis-plus-boot-starter</artifactId>
             <version>${mybatis-plus.version}</version>
         </dependency>
+        <dependency>
+            <groupId>com.baomidou</groupId>
+            <artifactId>mybatis-plus-generator</artifactId>
+            <version>3.4.1</version>
+        </dependency>
         <!-- mysql -->
         <dependency>
             <groupId>mysql</groupId>