You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the documentation instructions to use the specification-arg-resolver with Swagger in Spring Boot 3.x, but I couldn't get it to work. The Swagger interface doesn't render.
@Configuration
public class SpecificationConfig {
@Bean
public SpecificationArgResolverSpringdocOperationCustomizer specificationArgResolverSpringdocOperationCustomizer() {
return new SpecificationArgResolverSpringdocOperationCustomizer();
}
}
In the image below, you can see what is being displayed when accessing the application via Swagger.
The text was updated successfully, but these errors were encountered:
I followed the documentation instructions to use the specification-arg-resolver with Swagger in Spring Boot 3.x, but I couldn't get it to work. The Swagger interface doesn't render.
I am using the following versions:
Spring Boot
<version>3.3.7</version>
specification-arg-resolver
Springdoc Openapi
I created the following bean:
In the image below, you can see what is being displayed when accessing the application via Swagger.
The text was updated successfully, but these errors were encountered: