首页消息

This commit is contained in:
2026-01-06 17:01:35 +08:00
parent 1b31780136
commit 26742060e6
17 changed files with 403 additions and 13 deletions

View File

@@ -56,6 +56,13 @@
<version>2.1.0</version>
</dependency>
<!-- 配置属性元数据支持 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.honeycombis</groupId>
<artifactId>honeycom-flow-task-api</artifactId>