This commit is contained in:
2026-02-17 20:25:17 +01:00
parent 5f314bc00a
commit e0ad02fb5d
9 changed files with 207 additions and 6 deletions

View File

@@ -139,6 +139,10 @@
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
<version>2.8.8</version>
</dependency>
<dependency>
<groupId>org.springframework.kafka</groupId>
<artifactId>spring-kafka</artifactId>
</dependency>
</dependencies>
<dependencyManagement>
<dependencies>