摘要: testInterceptor @RequestMapping(value="testInterceptor") public String testInterceptor( ) { System.out.println("处理请求的方法....!"); return "success"; } My 阅读全文
posted @ 2019-11-17 23:15 一只桔子2233 阅读(128) 评论(0) 推荐(0)
摘要: commons-fileupload.jar、commons-io.jar springmvc.xml <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" 阅读全文
posted @ 2019-11-17 22:30 一只桔子2233 阅读(122) 评论(0) 推荐(0)
摘要: springmvc.xml <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLS 阅读全文
posted @ 2019-11-17 17:00 一只桔子2233 阅读(225) 评论(0) 推荐(0)
摘要: spring-aop.jarspring-bean.jarspring-context.jarspring-core.jarspring-web.jarspring-webmvc.jarcommons-logging.jar springmvc.xml <?xml version="1.0" enc 阅读全文
posted @ 2019-11-17 14:55 一只桔子2233 阅读(127) 评论(0) 推荐(0)