更新 pom.xml

This commit is contained in:
2024-01-18 21:20:11 +08:00
parent 5399b6eb75
commit 9f18c47514

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>