问答详情
源自:2-2 创建项目和依赖

我用eclipse进行pom.xml文件配置会出现以下错误

57ecfa0d00015dfe05000066.jpg

57ecfa0d0001033e05000096.jpg

57ecfa0e00011a6605000046.jpg

为什么会出现这两个JAR包 missing  我该怎么解决,另外index.jsp中的错误该如何解决,谢谢。。。

提问者:Echo鑫 2016-09-29 19:27

个回答

  • 慕雪4692444
    2018-09-17 16:31:12

    https://img4.mukewang.com/5b9f66280001d41203790217.jpg

    为什么在eclipse中创建生成的pom.xml中会出错呢

  • 北_觅
    2016-09-29 23:28:28

    1.<dependency>

      <groupId>ch.qos.logback</groupId>

      <artifactId>logback-classic</artifactId>

      <version>1.1.1</version>

      </dependency>

    2.重新手动在输入一次  或 pom.xml上run  as---maven install

    3.pom.xml开头是不是 3.0版本以上

    <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">