[ agent ] [executor] Function File Executor -2

This commit is contained in:
zeaslity
2022-12-12 20:09:32 +08:00
parent 32096ef828
commit b49b210569
11 changed files with 125 additions and 51 deletions

View File

@@ -107,6 +107,12 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency>
<!-- lettuce pool 缓存连接池-->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-pool2</artifactId>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>