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

org.iartisan.runtime.web.config.WebMvcConfig Maven / Gradle / Ivy

The newest version!
package org.iartisan.runtime.web.config;

import org.springframework.web.servlet.config.annotation.InterceptorRegistry;
import org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter;

/**
 * 

* demo * * @author King * @since 2018/4/3 */ public class WebMvcConfig extends WebMvcConfigurerAdapter { /* @Autowired private AuthorizationInterceptor authorizationInterceptor;*/ @Override public void addInterceptors(InterceptorRegistry registry) { //registry.addInterceptor(authorizationInterceptor).addPathPatterns("/api/**", "/api/**/**"); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy