repositories

今天玩  spring roo  各种maven wrong  各种jar不能找到 无奈,通用的解决方法是:

用  everything 找到.laspUpdate文件然后再下面两个repository中找需要的jar和pom:

http://repo.springsource.org/release/

http://repository-sillyweasel.forge.cloudbees.com/snapshot/org/

但是首选是

http://mvnrepository.com/

有时候maven项目在需要的dependency已经没问题之后还会出现一个红色感叹号,无数次的maven update之后还是存在,此时应该查看项目的properties中build path,可能是是自动指定的一些路径不存在。

ubuntu安装nginx:http://www.nginx.cn/install

ubuntu安装nginx 时候下载nginx的地址:

nginx repository

http://www.nginx.cn/install

最后检验是否成功:http://localhost/即可

你可能感兴趣的:(repositories)