new settings

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2024-10-14 22:51:45 +02:00
parent d208681580
commit f9b73fc267
5 changed files with 83 additions and 17 deletions

View File

@@ -45,6 +45,7 @@ dependencies {
implementation 'com.github.ben-manes.caffeine:caffeine:3.1.8'
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.6.0'
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-api:2.6.0'
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
testImplementation 'io.projectreactor:reactor-test'
compileOnly 'org.projectlombok:lombok'
developmentOnly 'org.springframework.boot:spring-boot-devtools'