老师在版本号中写的是0.0.1SNAPSHOT, 但编译器推荐我们使用 *-SNAPSHOT,也就是0.0.1-SNAPSHOT,多了一个减号
希望大家们注意一下,规范代码格式
希望大家们注意一下,规范代码格式
2016-05-23
Original error: Could not transfer artifact org.apache.maven.plugins:maven-resources-plugin:jar:2.5 from/to maven.oschina.net (http://maven.oschina.net/ content/groups/public/): connection timed out to http://maven.oschina.net/content/groups/public/org/apache/...
2016-05-23
Failure to transfer org.apache.maven.plugins:maven-resources-plugin:jar:2.5 from http://maven.oschina.net/content/
groups/public/ was cached in the local repository, resolution will not be reattempted until the update interval of
maven.oschina.net has elapsed or updates are forced.
groups/public/ was cached in the local repository, resolution will not be reattempted until the update interval of
maven.oschina.net has elapsed or updates are forced.
2016-05-23
老师讲的很好了。用记事本只是为了演示 maven 的运行过程,如果一开始用IDE 都是一键创建填参数的会更多人抱怨·你肯定没见过直接在终端开VIM的老师比这个变态多了。很庆幸遇到这么好的老师·
2016-05-22
手动敲和能懂完全是两回事·
自己运行中出现的错误汇总:
1.类名首字母没有大写
2.public 修饰的类 应该和文件名同名
3.各种单词拼写错误
4.没有进入正确的目录 (pom.xml那个目录,windows推荐用那个Git bash 可以直接右键到路径不用手打·)
你们猜我试了几次··
自己运行中出现的错误汇总:
1.类名首字母没有大写
2.public 修饰的类 应该和文件名同名
3.各种单词拼写错误
4.没有进入正确的目录 (pom.xml那个目录,windows推荐用那个Git bash 可以直接右键到路径不用手打·)
你们猜我试了几次··
2016-05-22