Ajout de la partie IA

This commit is contained in:
2026-04-20 14:52:20 +02:00
parent 187b865c4a
commit bffbe1a662
50 changed files with 3236 additions and 11 deletions

View File

@@ -29,6 +29,13 @@
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<!-- Spring WebFlux : requis pour WebClient (streaming SSE vers le Brain).
RestTemplate (Web MVC) reste pour les appels synchrones one-shot. -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-webflux</artifactId>
</dependency>
<!-- Spring Boot Data JPA -->
<dependency>
<groupId>org.springframework.boot</groupId>