Relative Content

Tag Archive for javaspring-bootswaggeropenapiswagger-ui

Unable to set Global Header in Swagger-UI Spring-Boot

I am configuring Swagger UI for my spring boot application and the swagger is up and running fine. Now I need to setup a global header in swagger for all the APIs, made all the changes as given below but the header is not showing up in Swagger. I am having java 17 and spring boot version is 3.1.11. Tried different solutions found online but nothing fixed the issue, any help would be greatly appreciated.