From 4cbcd35bf19796c014eb59aaba4dd54bf36f4836 Mon Sep 17 00:00:00 2001 From: Shekar Roy <37983894+CtrlAltFly@users.noreply.github.com> Date: Fri, 22 Nov 2024 22:15:15 +0530 Subject: [PATCH] give a new look to openapi (#2662) added ui theme as material Co-authored-by: Shekar Roy <37983894+shekarroy15@users.noreply.github.com> --- starter-web-servlet/src/main/resources/application.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/starter-web-servlet/src/main/resources/application.properties b/starter-web-servlet/src/main/resources/application.properties index 1ac6a99ae83..f7a1de33d3c 100644 --- a/starter-web-servlet/src/main/resources/application.properties +++ b/starter-web-servlet/src/main/resources/application.properties @@ -2,6 +2,7 @@ micronaut.router.static-resources.swagger.paths=classpath:META-INF/swagger micronaut.router.static-resources.swagger.mapping=/swagger/** micronaut.router.static-resources.swagger-ui.paths=classpath:META-INF/swagger/views/swagger-ui micronaut.router.static-resources.swagger-ui.mapping=/swagger-ui/** +micronaut.router.static-resources.swagger-ui.theme=MATERIAL micronaut.router.static-resources.rapidoc.paths=classpath:META-INF/swagger/views/rapidoc micronaut.router.static-resources.rapidoc.mapping=/rapidoc/** micronaut.router.static-resources.redoc.paths=classpath:META-INF/swagger/views/redoc