Relative Content

Tag Archive for javaspringspring-bootswaggerswagger-ui

Issue exposing the Swagger UI documentation page with Spring Boot application

I’m trying to integrate the Swagger UI documentation of my Java Spring Boot API, but I keep getting the HTTP Status 403 – Forbidden message when accessing the http://localhost:8080/swagger-ui/index.html page. Does anyone know how to fix this? I’m sure it’s something trivial, but I just can’t seem to fix it.