refactor: simplify history and mileage runtime

This commit is contained in:
lingniu
2026-07-01 07:18:06 +08:00
parent cf4d369335
commit e47e3eebb4
4 changed files with 70 additions and 26 deletions

View File

@@ -32,6 +32,7 @@
<dependency>
<groupId>org.duckdb</groupId>
<artifactId>duckdb_jdbc</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>