Implement importing progress with SSE

This commit is contained in:
2026-01-03 17:50:44 +05:00
parent b6cd60a041
commit 2821635462
10 changed files with 478 additions and 0 deletions

View File

@ -90,6 +90,14 @@
<groupId>software.amazon.awssdk</groupId>
<artifactId>s3</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-webflux</artifactId>
</dependency>
<dependency>
<groupId>me.paulschwarz</groupId>
@ -123,6 +131,7 @@
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>