nidapeng
2024-04-26 48467740fa3144b073f9b679c3a9764f75e206b1
server/meeting/meeting_service/src/main/java/com/doumee/config/Jwt/WebMvcConfig.java
@@ -8,7 +8,6 @@
import org.apache.commons.lang3.StringUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.jdbc.core.JdbcTemplate;
import org.springframework.web.client.RestTemplate;
import org.springframework.web.method.HandlerMethod;
@@ -18,9 +17,8 @@
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.lang.reflect.Method;
@Configuration
//@Configuration
public class WebMvcConfig implements WebMvcConfigurer {