Merge pull request #10065 from kwoyke/JAVA-2901

JAVA-2901: Fix failing int tests in spring-mvc-basics-4
This commit is contained in:
Loredana Crusoveanu 2020-09-22 09:45:45 +03:00 committed by GitHub
commit 7913ba10cb
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) {