随笔分类 -  spring

摘要:security 3.x security 4.x 阅读全文
posted @ 2017-12-21 13:45 周李科的博客 阅读(16756) 评论(0) 推荐(0)
摘要:使用MultipartFile接口 使用Commons FileUpload组建上传,需要下载commons-fileupload-x.y.jar和commons-io-x.y.jar文件 1、配置文件:在spring-mvc.xml中添加 2、控制器: 控制器接收一个MultipartFile f 阅读全文
posted @ 2017-11-05 21:24 周李科的博客 阅读(180) 评论(0) 推荐(0)