switch to mongo for metric storage
Some checks failed
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Failing after 1m1s

This commit is contained in:
Lee
2024-04-18 13:31:22 +01:00
parent c91a4afdf9
commit 1c685ca414
5 changed files with 15 additions and 5 deletions

View File

@ -83,6 +83,12 @@
<artifactId>jedis</artifactId>
</dependency>
<!-- MongoDB for data storage -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-mongodb</artifactId>
</dependency>
<!-- Libraries -->
<dependency>
<groupId>org.projectlombok</groupId>