Merge remote-tracking branch 'origin/daniel' into daniel

This commit is contained in:
2023-09-30 22:19:56 +03:00
3 changed files with 2 additions and 5 deletions

2
.gitignore vendored
View File

@@ -33,4 +33,4 @@ build/
### VS Code ### ### VS Code ###
.vscode/ .vscode/
!**/src/main/resources/application.properties /src/main/resources/application.properties

View File

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

View File

@@ -63,4 +63,4 @@
// throw new UnsupportedOperationException("Waiting for the DB."); // throw new UnsupportedOperationException("Waiting for the DB.");
// } // }
// //
//} //}