Daniel #12

Merged
bytegrip merged 8 commits from daniel into master 2023-10-01 11:14:32 +00:00
3 changed files with 2 additions and 5 deletions
Showing only changes of commit 95dc727dc3 - Show all commits

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.");
// }
//
//}
//}