Merge branch 'master' into daniel

This commit is contained in:
Daniel
2023-09-30 22:18:21 +03:00
committed by GitHub
3 changed files with 2 additions and 5 deletions

2
.gitignore vendored
View File

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

View File

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

View File

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