springBoot项目打成war包后部署tomcat无法访问resources目录下静态资源文件
一、pom文件build内添加配置${basedir}/src/main/resources/staticMETA-INF/static**/**${basedir}/src/main/resources二、重新运行查看target文件目录结构项目运行,如是8080端口,则可以通过http://localhost:8080/view/xxx.html访问静态文件。三、补充pom文件build内添加