first feladat

This commit is contained in:
2026-01-10 12:34:07 +01:00
parent 23438bb1ed
commit d9522b07b7
6 changed files with 103 additions and 2 deletions

View File

@@ -35,6 +35,13 @@
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.40</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>