All Downloads are FREE. Search and download functionalities are using the official Maven repository.

es.prodevelop.pui9.spring.configuration.SwaggerPuiResourceHandler Maven / Gradle / Ivy

There is a newer version: 1.16.2
Show newest version
package es.prodevelop.pui9.spring.configuration;

import org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry;

public class SwaggerPuiResourceHandler implements IPuiResourceHandler {

	@Override
	public void addResourceHandler(ResourceHandlerRegistry registry) {
		registry.addResourceHandler("swagger-ui.html").addResourceLocations("classpath:/META-INF/resources/");
		registry.addResourceHandler("/webjars/**").addResourceLocations("classpath:/META-INF/resources/webjars/");
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy