更新了数据源管理代码

This commit is contained in:
root 2025-06-23 14:16:56 +08:00
parent abd41f64a9
commit 3ea7026048

View File

@ -149,12 +149,6 @@
<artifactId>fastjson</artifactId>
<version>1.2.83</version>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>2.1.214</version> <!-- 使用最新稳定版本 -->
</dependency>
</dependencies>
<build>