fix godforsaken nullpointer issue caused by missing ssl config values in default config

This commit is contained in:
Gregor Lohaus
2026-02-25 20:32:09 +01:00
parent 5d5003d4ae
commit 84a255abac
4 changed files with 71 additions and 4 deletions

View File

@@ -20,6 +20,7 @@ repositories {
}
dependencies {
implementation 'com.google.code.gson:gson:2.10.1'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'