fix controllers

This commit is contained in:
mirrerror
2023-10-02 10:00:11 +03:00
parent 16d74c0ab6
commit f512c50aaf
4 changed files with 9 additions and 6 deletions

View File

@@ -38,10 +38,12 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>