删除无用import

This commit is contained in:
yandanyang 2021-09-26 17:09:01 +08:00
parent 5d9a9bef52
commit a9a68ef927

View File

@ -1,14 +1,9 @@
package net.lab1024.smartadmin.service.config;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.HandlerInterceptor;
import org.springframework.web.servlet.config.annotation.InterceptorRegistry;
import org.springframework.web.servlet.config.annotation.ViewControllerRegistry;
import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;
import java.util.Map;
/**
* @Description
* @Author zhuoda