摘要: IDEA的pom.xml文件中将dependency依赖版本号提取出来,统一放在最上面,方便管理 方法: ctrl+alt+v 阅读全文
posted @ 2020-03-21 22:18 码习团 阅读(1345) 评论(0) 推荐(0)
摘要: ${pageContext.request.contextPath}获取绝对路径乱码问题 问题:Maven搭建的SSM项目,jsp页面用${pageContext.request.contextPath}获取绝对路径,运行后页面获取不到静态资源。 截图: 原因:创建项目时web.xml中的头文件默认 阅读全文
posted @ 2020-03-21 21:34 码习团 阅读(487) 评论(0) 推荐(0)
摘要: IDEA启动项目报错:Cannot open URL.Please check this URL is correct 问题:IDEA启动SSM项目,使用的Tomcat,报错 Cannot open URL.Please check this URL is correct 截图: 解决方法: 将图中 阅读全文
posted @ 2020-03-21 19:45 码习团 阅读(4538) 评论(0) 推荐(1)