mongodb statistics

This commit is contained in:
2025-11-14 01:19:23 +01:00
parent 60987fcd87
commit f61d0e15fd
5 changed files with 196 additions and 2 deletions

View File

@@ -35,7 +35,7 @@
<dependency>
<groupId>de.infinimotion</groupId>
<artifactId>model-persistence</artifactId>
<version>0.0.89</version>
<version>0.0.101</version>
</dependency>
<!-- Quarkus -->
@@ -60,6 +60,10 @@
<artifactId>lombok</artifactId>
<version>1.18.32</version>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-mongodb-panache</artifactId>
</dependency>
<!-- Test -->
<dependency>