스프링 웹 MVC
@Configuration
public class WebConfig implements WebMvcConfigurer {
}@Configuration
@EnableWebMvc
public class WebConfig implements WebMvcConfigurer {
}Last updated
@Configuration
public class WebConfig implements WebMvcConfigurer {
}@Configuration
@EnableWebMvc
public class WebConfig implements WebMvcConfigurer {
}Last updated