@@ -8,7 +8,7 @@ import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;
import java.util.List;
@Configuration
-public class AdminConfig implements WebMvcConfigurer {
+public class AdminWebMvcConfigurer implements WebMvcConfigurer {
@Override
public void addArgumentResolvers(List<HandlerMethodArgumentResolver> argumentResolvers) {
argumentResolvers.add(new LoginAdminHandlerMethodArgumentResolver());
-public class UseConfig implements WebMvcConfigurer {
+public class WxWebMvcConfiguration implements WebMvcConfigurer {
argumentResolvers.add(new LoginUserHandlerMethodArgumentResolver());