赞
踩
我的项目集成的是shiro,所以只需要在shiro配置文件中去除带有profile关键字的请求拦截
filterChainDefinitionMap.put("/profile/**", "anon");
映射的本地路径要以"/"结尾
http://ip:port/daily/profile/20211219/20211219175000c817f.jpeg
//profile与20211219之间没有拼接/
file:E:/prodown/myGrowingFile/profile20211219/20211219175000c817f.jpeg
registry.addResourceHandler(ConstantsUtil.proFile+"/**").addResourceLocations("file:" + YmlConfigValUtil.getFileUploadPath() + "/");
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。