三、要注意的地方
1、给静态文件配置了虚拟路径
#config the virtual path
spring.http.multipart.location=D:/testPic/
staticFile.location=D:/static/
spring.resources.static-locations=classpath:/META-INF/resources/,classpath:/resources/, classpath:/static/, classpath:/public/,
file:${spring.http.multipart.location},file:${staticFile.location}
2、webuploaer在bootstrap的模态框里点击选择文件无效问题
<!--实现webupl