application.yaml

This commit is contained in:
root
2025-09-14 15:26:13 +05:00
parent 9fdba106aa
commit 6be4181b8c
4 changed files with 35 additions and 25 deletions
+6
View File
@@ -106,6 +106,12 @@
<version>2.2.0</version>
</dependency>
<!-- Spring Data MongoDB -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-mongodb</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>