
Java
zc_coding
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Maven Configuration problem解决方法
maven构建项目时报错: Failure to transfer org.apache:apache:pom:8 from http://repo1.maven.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central...原创 2019-02-22 11:13:22 · 1873 阅读 · 0 评论 -
Maven创建JavaWeb项目之使用命令行创建
1、打开命令行窗口,cd到工程目录,输入命令: mvn archetype:generate -DgroupId=com.mengfei.demo -DartifactId=MavenJavaWebTest -DarchetypeArtifactId=maven-archetype-webapp -DinteractiveMode=false 2、打开工程目录,查看项目是否已生成 成功创建...原创 2019-02-22 13:29:52 · 466 阅读 · 0 评论