2017年3月11日

Servlet3.0 multipart 文件上传技术

摘要: Servlet3.0 javaConfig配置 传统的servlet都是在web.xml中配置,从Servlet 3.0开始提供了ServletContainerInitializer接口,允许使用代码去配置servlets、filters、listeners。 Spring为我们提供了一个该接口的 阅读全文

posted @ 2017-03-11 12:12 Lemo_wd 阅读(1757) 评论(0) 推荐(0)

导航