flowable各节点初始化本地文件夹

This commit is contained in:
2025-12-05 14:42:04 +08:00
parent 4b0e4899bf
commit e55b047504
2 changed files with 6 additions and 1 deletions

View File

@@ -77,6 +77,11 @@
<artifactId>spring-boot-starter-test</artifactId>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjweaver</artifactId>
</dependency>
</dependencies>
<build>