BAEL - 318 - removing commented out code
This commit is contained in:
parent
8b39484abc
commit
5532225228
|
@ -13,9 +13,8 @@ import org.springframework.web.servlet.view.JstlView;
|
||||||
import org.springframework.webflow.mvc.servlet.FlowHandlerAdapter;
|
import org.springframework.webflow.mvc.servlet.FlowHandlerAdapter;
|
||||||
import org.springframework.webflow.mvc.servlet.FlowHandlerMapping;
|
import org.springframework.webflow.mvc.servlet.FlowHandlerMapping;
|
||||||
|
|
||||||
@EnableWebMvc // <mvc:annotation-driven />
|
@EnableWebMvc
|
||||||
@Configuration
|
@Configuration
|
||||||
// @ImportResource("classpath:/flow-definition.xml")
|
|
||||||
public class WebMvcConfig extends WebMvcConfigurerAdapter {
|
public class WebMvcConfig extends WebMvcConfigurerAdapter {
|
||||||
|
|
||||||
@Autowired
|
@Autowired
|
||||||
|
|
Loading…
Reference in New Issue