This commit is contained in:
arys
2026-01-07 21:05:49 +05:00
parent 10529a740f
commit d4bb6f01ad
3 changed files with 71 additions and 36 deletions
+6 -2
View File
@@ -42,8 +42,12 @@
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<!-- Spring Boot Data MongoDB Starter -->
<dependency>
<dependency>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-oauth2-http</artifactId>
<version>1.23.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-mongodb</artifactId>
</dependency>