FengChaoYu 3 недель назад
Родитель
Сommit
6c7ff65dfe
1 измененных файлов с 5 добавлено и 0 удалено
  1. 5 0
      pom.xml

+ 5 - 0
pom.xml

@@ -250,6 +250,11 @@
                         <artifactId>mybatis-plus-extension</artifactId>
                         <version>${mybatis-plus.version}</version>
                     </dependency>
+                    <dependency>
+                        <groupId>org.apache.commons</groupId>
+                        <artifactId>commons-lang3</artifactId>
+                        <version>${commons-lang3.version}</version>
+                    </dependency>
                 </dependencies>
             </plugin>
         </plugins>