clone repo & delete git records websocket done GitService&DeletionService

This commit is contained in:
sumedh
2024-09-12 23:08:12 +05:30
parent 1679ab8dba
commit 8ef069eca8
21 changed files with 700 additions and 328 deletions

View File

@@ -37,6 +37,11 @@
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-websocket</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-mongodb</artifactId>