File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
springdoc-openapi-ui/src/main/java/org/springdoc/webmvc/ui Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 26
26
import org .springdoc .core .providers .ActuatorProvider ;
27
27
28
28
import org .springframework .web .servlet .config .annotation .ResourceHandlerRegistry ;
29
- import org .springframework .web .servlet .config .annotation .WebMvcConfigurerAdapter ;
29
+ import org .springframework .web .servlet .config .annotation .WebMvcConfigurer ;
30
30
31
31
import static org .springdoc .core .Constants .CLASSPATH_RESOURCE_LOCATION ;
32
32
import static org .springdoc .core .Constants .DEFAULT_WEB_JARS_PREFIX_URL ;
38
38
* @author bnasslahsen
39
39
*/
40
40
@ SuppressWarnings ("deprecation" )
41
- public class SwaggerWebMvcConfigurer extends WebMvcConfigurerAdapter { // NOSONAR
41
+ public class SwaggerWebMvcConfigurer implements WebMvcConfigurer { // NOSONAR
42
42
43
43
/**
44
44
* The Swagger path.
You can’t perform that action at this time.
0 commit comments