随笔分类 -  001.JAVA / 06.项目上线部署相关

摘要:1.当Tomcat部署前端,不能F5刷新,显示404时 解决方案: 在conf/web.xml增加如下代码: <error-page> <error-code>404</error-code> <location>/index.html</location></error-page> 阅读全文
posted @ 2022-08-29 20:50 NIANER2011 阅读(102) 评论(0) 推荐(0)