refactor(knowledge): 加入数据库,优化代码结构

This commit is contained in:
v-zhangjc9
2025-05-22 18:10:44 +08:00
parent 907d2826a4
commit 0d7d009be2
12 changed files with 385 additions and 44 deletions

View File

@@ -131,6 +131,11 @@
<artifactId>hutool-all</artifactId>
<version>${hutool.version}</version>
</dependency>
<dependency>
<groupId>com.yomahub</groupId>
<artifactId>liteflow-spring-boot-starter</artifactId>
<version>2.13.2</version>
</dependency>
</dependencies>
</dependencyManagement>