feature: 对接deer-flow (#27)

feature: 对接deer-flow
This commit is contained in:
hhhhsc701
2025-10-28 16:28:26 +08:00
committed by GitHub
28 changed files with 356 additions and 79 deletions

View File

@@ -118,8 +118,8 @@
<!-- Database -->
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>8.0.33</version>
<scope>runtime</scope>
</dependency>