feature/creation #2

Merged
zobrock merged 7 commits from feature/creation into main 2025-10-19 15:41:14 +02:00
1 changed files with 3 additions and 0 deletions
Showing only changes of commit f7f3b1c80b - Show all commits

View File

@ -51,6 +51,9 @@ dependencies {
implementation("org.jetbrains.kotlin:kotlin-reflect") implementation("org.jetbrains.kotlin:kotlin-reflect")
kapt("org.springframework.boot:spring-boot-configuration-processor") kapt("org.springframework.boot:spring-boot-configuration-processor")
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.0")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin")
// implementation("io.jsonwebtoken:jjwt-api:0.12.6") // implementation("io.jsonwebtoken:jjwt-api:0.12.6")
// runtimeOnly("io.jsonwebtoken:jjwt-impl:0.12.6") // runtimeOnly("io.jsonwebtoken:jjwt-impl:0.12.6")
// runtimeOnly("io.jsonwebtoken:jjwt-gson:0.12.6") // runtimeOnly("io.jsonwebtoken:jjwt-gson:0.12.6")