analytics added

This commit is contained in:
root
2025-09-17 12:29:11 +05:00
parent 995094fe82
commit 63499c351a
9 changed files with 273 additions and 0 deletions
+6
View File
@@ -62,6 +62,12 @@
<version>1.17.2</version>
</dependency>
<!-- Spring WebFlux for WebClient (for Ollama API calls) -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-webflux</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>