[agent]-[executor] demo

This commit is contained in:
zeaslity
2022-12-03 23:04:00 +08:00
parent ae11bc28b4
commit d5e169f25a
24 changed files with 138 additions and 31 deletions

View File

@@ -73,6 +73,12 @@
<artifactId>spring-boot-starter-amqp</artifactId>
</dependency>
<!-- redis dependency -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>