更新 pom.xml

master
wangsiyuan 2024-01-18 21:20:11 +08:00
parent 5399b6eb75
commit 9f18c47514
1 changed files with 5 additions and 0 deletions

View File

@ -60,6 +60,11 @@
<artifactId>h2</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-core</artifactId>
<version>3.5.5</version>
</dependency>
</dependencies>
<build>