如果JAVA基础不扎实的话看这个视频确实会有些困难,里面涉及的东西比较多。其实基于Maven的包管理依赖是很有必要的,建议直接下载集成好Maven插件的Eclipse然后直接使用即可,建议对Maven不清楚的同学可以先看一下相关的Maven视频。自己导包确实是件费力不讨好的事情,环境搭建与调试是JAVA开发不太友好的一个地方。拿Spring环境搭建来说,如果都是自己手动下载jar包和依赖的jar包的话估计没个10分钟搞不定,但是Maven的话估计几十秒的事情吧。
2016-05-29
spring MVC 起步...起步就是基础,讲了这么长时间,我都不知道怎么来的(我好像知道我是这么没得了)。不会的还是不会,会的还用你讲........
Original error: Could not transfer artifact org.springframework:spring-webmvc:jar:4.1.3.RELEASE from/to central (http://repo.maven.apache.org/maven2): No response received
after 60000
after 60000
2016-05-26
apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update
interval of central has elapsed or updates are forced.
interval of central has elapsed or updates are forced.
2016-05-26
MAVEN的依赖管理<dependency>出错,错误提示ArtifactTransferException: Failure to transfer org.springframework:spring-webmvc:jar:4.1.3.RELEASE from http://repo.maven.
2016-05-26