1
0
forked from PGL/Clyde

setup grid to display courses

This commit is contained in:
2024-04-01 16:51:18 +02:00
parent 621f568ba2
commit 2b9493422d
6 changed files with 215 additions and 2 deletions

View File

@ -25,7 +25,6 @@ dependencies {
implementation("com.kohlschutter.junixsocket:junixsocket-core:2.9.0")
// implementation("org.springframework.session:spring-session-jdbc")
developmentOnly("org.springframework.boot:spring-boot-devtools")
// developmentOnly("org.springframework.boot:spring-boot-docker-compose")
runtimeOnly("org.postgresql:postgresql")
testImplementation("org.springframework.boot:spring-boot-starter-test")
testImplementation("org.springframework.boot:spring-boot-testcontainers")