set up spring security

This commit is contained in:
2025-01-14 18:43:23 +01:00
parent 091f172521
commit 50ea6764d0

View File

@@ -13,8 +13,10 @@ dependencies {
implementation(hlaeja.kotlinx.coroutines) implementation(hlaeja.kotlinx.coroutines)
implementation(hlaeja.projectreactor.kotlin.reactor.extensions) implementation(hlaeja.projectreactor.kotlin.reactor.extensions)
implementation(hlaeja.springboot.starter.actuator) implementation(hlaeja.springboot.starter.actuator)
implementation(hlaeja.springboot.starter.security)
implementation(hlaeja.springboot.starter.thymeleaf) implementation(hlaeja.springboot.starter.thymeleaf)
implementation(hlaeja.springboot.starter.webflux) implementation(hlaeja.springboot.starter.webflux)
implementation(hlaeja.thymeleaf.spring.security)
testImplementation(hlaeja.assertj.core) testImplementation(hlaeja.assertj.core)
testImplementation(hlaeja.kotlin.test.junit5) testImplementation(hlaeja.kotlin.test.junit5)