Initial backend commit

This commit is contained in:
2024-02-03 14:40:43 +01:00
parent 1b2fa0e9af
commit 01b33d11e9
10 changed files with 274 additions and 4 deletions

View File

@ -29,6 +29,7 @@ dependencies {
developmentOnly 'org.springframework.boot:spring-boot-devtools'
annotationProcessor 'org.projectlombok:lombok'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
implementation 'com.rethinkdb:rethinkdb-driver:2.4.4'
}
tasks.named('test') {