feat: CcdiProjectServiceImpl注入LsfxAnalysisClient依赖

This commit is contained in:
wkc
2026-03-04 10:54:55 +08:00
parent c7b140c5db
commit 4cf76a13a0
2 changed files with 20 additions and 0 deletions

View File

@@ -23,6 +23,13 @@
<artifactId>ruoyi-common</artifactId>
</dependency>
<!-- 流水分析模块 -->
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>ccdi-lsfx</artifactId>
<version>${ruoyi.version}</version>
</dependency>
<!-- lombok -->
<dependency>
<groupId>org.projectlombok</groupId>
@@ -36,6 +43,13 @@
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
</dependency>
<!-- 测试依赖 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>