10
Comment configurer Spring Security pour permettre l'accès à l'URL Swagger sans authentification
Mon projet a Spring Security. Problème principal: impossible d'accéder à l'URL swagger à http: // localhost: 8080 / api / v2 / api-docs . Il indique l'en-tête d'autorisation manquant ou non valide. Capture d'écran de la fenêtre du navigateur Mon pom.xml contient les entrées suivantes <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-swagger2</artifactId> <version>2.4.0</version> </dependency> …