Skip to content

serve Swagger UI with global JWT bearer auth - #89

Merged
julia-shtal merged 1 commit into
devfrom
88-swagger-ui
Jul 22, 2026
Merged

serve Swagger UI with global JWT bearer auth#89
julia-shtal merged 1 commit into
devfrom
88-swagger-ui

Conversation

@julia-shtal

Copy link
Copy Markdown
Owner

Add springdoc-openapi-starter-webmvc-ui to serve the existing @operation
annotations at /swagger-ui.html. Add OpenApiConfig with title, build
version, and a global bearerAuth scheme. Permit the swagger/api-docs paths
in SecurityConfig. Remove the stale swagger-annotations 2.1.7 pin (replaced
transitively by springdoc's 2.2.x, which fixes /v3/api-docs 500).

  Add springdoc-openapi-starter-webmvc-ui to serve the existing @operation
  annotations at /swagger-ui.html. Add OpenApiConfig with title, build
  version, and a global bearerAuth scheme. Permit the swagger/api-docs paths
  in SecurityConfig. Remove the stale swagger-annotations 2.1.7 pin (replaced
  transitively by springdoc's 2.2.x, which fixes /v3/api-docs 500).
@julia-shtal julia-shtal linked an issue Jul 22, 2026 that may be closed by this pull request
@julia-shtal
julia-shtal merged commit 276d15d into dev Jul 22, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Swagger UI

1 participant