摘要: 具体报错信息如下: Failure to transfer com.thoughtworks.xstream:xstream-parent:pom:1.3.1 from https://repo.maven.apache.org/maven2 was cached in the local repo 阅读全文
posted @ 2019-06-18 23:16 苏子榆 阅读(2705) 评论(0) 推荐(0)
摘要: 一、web.xml is missing and <failOnMissingWebXml> is set to true 原因是在项目中缺少web.xml,且<failOnMissingWebXml>被设置成了true 解决方法:a.如果项目需要web.xml,去复制一个web.xml到项目中即可 阅读全文
posted @ 2019-06-18 22:44 苏子榆 阅读(37362) 评论(1) 推荐(5)