To Reproduce - Clone the repository - Navigate to booking-mvc sample - Build and deploy the application - Try to access http://localhost:8080/booking-mvc/hotels Current Workaround: ``` java @EnableWebMvc @Configuration @ComponentScan(basePackages = "org.springframework.webflow.samples.booking") // this line public class WebMvcConfig implements WebMvcConfigurer, ServletContextAware { } ```