修复登陆异常

This commit is contained in:
taozi
2021-01-07 20:24:37 +08:00
committed by xuwenbo
parent 1afd1f1b93
commit 8a2d307b2d

View File

@ -27,7 +27,7 @@ import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;
* @Author hupeng <610796224@qq.com>
* @Date 2020/4/30
**/
@Configuration(proxyBeanMethods = false)
@Configuration
public class InterceptorConfig implements WebMvcConfigurer {
@Value("${file.path}")