JAVA-2901: Fix failing int tests in spring-mvc-basics-4

This commit is contained in:
Krzysiek 2020-09-21 20:53:16 +02:00
parent 10e7aaed73
commit dda9d0fb67
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import org.springframework.web.servlet.view.InternalResourceViewResolver;
@Configuration
@EnableWebMvc
@ComponentScan(basePackages = { "com.baeldung.controller.controller", "com.baeldung.controller", "com.baeldung.controller.config" })
@ComponentScan(basePackages = { "com.baeldung.controller", "com.baeldung.optionalpathvars" })
public class WebConfig implements WebMvcConfigurer {
@Override
public void configureDefaultServletHandling(DefaultServletHandlerConfigurer configurer) {