Create api for VideoGroup

This commit is contained in:
2025-05-12 16:20:53 +02:00
parent 651c80d541
commit ff1ab0b236
4 changed files with 81 additions and 0 deletions

View File

@@ -38,6 +38,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-mongodb</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-rest</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>