|
@@ -27,6 +27,7 @@ open class EnvirWebMvcConfiguration : WebMvcConfigurer {
|
|
registry.addResourceHandler("swagger-ui.html")
|
|
registry.addResourceHandler("swagger-ui.html")
|
|
.addResourceLocations("classpath:/META-INF/resources/")
|
|
.addResourceLocations("classpath:/META-INF/resources/")
|
|
|
|
|
|
|
|
+
|
|
registry.addResourceHandler("/webjars*")
|
|
registry.addResourceHandler("/webjars*")
|
|
.addResourceLocations("classpath:/META-INF/resources/webjars/")
|
|
.addResourceLocations("classpath:/META-INF/resources/webjars/")
|
|
}
|
|
}
|