From b243fd5663eda6d1479242f6e4b87b7399cb5480 Mon Sep 17 00:00:00 2001 From: vanitha1822 Date: Tue, 28 Apr 2026 14:41:02 +0530 Subject: [PATCH] fix: add missing property for swagge --- src/main/resources/application-swagger.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/application-swagger.properties b/src/main/resources/application-swagger.properties index f73e6fd2..74ae2cbb 100644 --- a/src/main/resources/application-swagger.properties +++ b/src/main/resources/application-swagger.properties @@ -23,6 +23,7 @@ secondary.datasource.username= secondary.datasource.password= secondary.datasource.url=jdbc:h2:mem:reportingdb secondary.datasource.driver-class-name=org.h2.Driver +tempFilePath=temp springdoc.api-docs.enabled=true springdoc.swagger-ui.enabled=true