BAEL - 318 - removing commented out code

This commit is contained in:
slavisa-baeldung 2017-04-23 13:27:57 +01:00
parent 8b39484abc
commit 5532225228
1 changed files with 1 additions and 2 deletions

View File

@ -13,9 +13,8 @@ import org.springframework.web.servlet.view.JstlView;
import org.springframework.webflow.mvc.servlet.FlowHandlerAdapter;
import org.springframework.webflow.mvc.servlet.FlowHandlerMapping;
@EnableWebMvc // <mvc:annotation-driven />
@EnableWebMvc
@Configuration
// @ImportResource("classpath:/flow-definition.xml")
public class WebMvcConfig extends WebMvcConfigurerAdapter {
@Autowired