摘要:
消除springmvc.xml 创建配置类 @Configuration @ComponentScan({"com.java.service", "com.java.web.controller"}) @EnableWebMvc//<mvc:annotation-driven/> <mvc:defa 阅读全文
摘要:
###创建控制层 继承org.springframework.web.servlet.mvc.Controller public class MyController implements Controller { @Override public ModelAndView handleReques 阅读全文