找不到网页的小伙伴别忘记端口号后面+/,在找不到就是端口号被占用,右击项目--->Run As--->Maven build--->jetty:run -Djetty.port=8099
2018-05-08
<groupId>com.imooc.maven01</groupId>
<artifactId>maven01-model</artifactId>
<varsion>*-SNAPSHOT</varsion>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<varsion>4.10</varsion>
</dependency>
</dependencies>
</project>
<artifactId>maven01-model</artifactId>
<varsion>*-SNAPSHOT</varsion>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<varsion>4.10</varsion>
</dependency>
</dependencies>
</project>
2018-05-07
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Malformed POM H:\maven安装包\code\maven01\pom.xml: Unrecognised tag: 'va
rsion' (position: START_TAG seen ...</artifactId>\n <varsion>... @7:12) @ H:\m
aven安装包\code\maven01\pom.xml, line 7, column 12
哪路错了,求大神指出
[ERROR] Malformed POM H:\maven安装包\code\maven01\pom.xml: Unrecognised tag: 'va
rsion' (position: START_TAG seen ...</artifactId>\n <varsion>... @7:12) @ H:\m
aven安装包\code\maven01\pom.xml, line 7, column 12
哪路错了,求大神指出
2018-05-07
https://www.jianshu.com/p/c37ed044a2a4
这个博客记录了maven,非常详细,大家可以去看看
这个博客记录了maven,非常详细,大家可以去看看
2018-05-06
https://www.jianshu.com/p/c37ed044a2a4
这个博客记录了maven,非常详细,大家可以去看看
这个博客记录了maven,非常详细,大家可以去看看
2018-05-06
The JAVA_HOME environment variable is not defined correctly
This environment variable is needed to run this program
NB: JAVA_HOME should point to a JDK not a JRE
我报的是这个错,怎解
This environment variable is needed to run this program
NB: JAVA_HOME should point to a JDK not a JRE
我报的是这个错,怎解
2018-05-01