/*\r
* Copyright © 2017-2018 AT&T Intellectual Property.\r
+ * Modifications Copyright © 2018 IBM.\r
*\r
* Licensed under the Apache License, Version 2.0 (the "License");\r
* you may not use this file except in compliance with the License.\r
\r
package org.onap.ccsdk.apps.blueprintsprocessor;\r
\r
-import org.slf4j.Logger;\r
-import org.slf4j.LoggerFactory;\r
import org.springframework.context.annotation.Configuration;\r
-import org.springframework.format.FormatterRegistry;\r
import org.springframework.web.reactive.config.*;\r
\r
/**\r
*/\r
@Configuration\r
public class WebConfig extends WebFluxConfigurationSupport {\r
+ @Override\r
public void addResourceHandlers(ResourceHandlerRegistry registry) {\r
registry.addResourceHandler("swagger-ui.html")\r
.addResourceLocations("classpath:/META-INF/resources/");\r