diff options
| author | Paul-Christian Volkmer | 2024-01-11 13:09:55 +0100 |
|---|---|---|
| committer | Paul-Christian Volkmer | 2024-01-11 13:29:33 +0100 |
| commit | 8a11e6e85b2b2cb4f860ddca010386cb3f701f9b (patch) | |
| tree | e5e21d21cba3f6d5845b185bce26a5d80e126b42 /build.gradle.kts | |
| parent | 5579ad14534111db6954b772ccd0ea72a09e4c15 (diff) | |
feat #18: initial support for authentication
Diffstat (limited to 'build.gradle.kts')
| -rw-r--r-- | build.gradle.kts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index f679c4f..55b8346 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -54,6 +54,8 @@ dependencies { implementation("org.springframework.boot:spring-boot-starter-thymeleaf") implementation("org.springframework.boot:spring-boot-starter-web") implementation("org.springframework.boot:spring-boot-starter-data-jdbc") + implementation("org.springframework.boot:spring-boot-starter-security") + implementation("org.thymeleaf.extras:thymeleaf-extras-springsecurity6") implementation("com.fasterxml.jackson.module:jackson-module-kotlin") implementation("org.springframework.kafka:spring-kafka") implementation("org.flywaydb:flyway-mysql") |
