Implemented service, repository and controller for each entity

This commit is contained in:
2023-09-30 22:26:17 +03:00
parent 95dc727dc3
commit 16453571f9

View File

@@ -42,6 +42,9 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
</dependencies>
<build>