maven的pom.xml中添加远程仓库

<repositories>
<repository>
   <id>mvnrepository</id>
<name>mvnrepository</name>
<url>http://www.mvnrepository.com/</url>
<layout>default</layout>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>

最新文章

  1. cookie (储存在用户本地终端上的数据)
  2. 記錄一次CRS-0184: Cannot communicate with the CRS daemon的解決
  3. 使用postMesssage()实现跨域iframe页面间的信息传递----转载
  4. 【BZOJ3207】花神的嘲讽计划I 可持久化线段树/莫队
  5. LeetCode-304. Range Sum Query 2D - Immutable
  6. AC日记——codevs 1086 栈 (卡特兰数)
  7. 7 Types of Regression Techniques you should know!
  8. xdotool-linux下的按键精灵
  9. POJ 1795
  10. 使用Python脚本强化LLDB调试器
  11. Editplus 中将文本换行替换为&lt;p&gt;标签的正则表达式
  12. 08_使用TCP/IP Monitor监视SOAP协议
  13. 今天就注册上海ORACLE2用户组014在峰会酒吧!
  14. h.264加权预测
  15. 【渗透测试】hydra使用小结
  16. 学习之路-前端-笔记-一、HTML笔记
  17. 8)django-示例(url传递参数)
  18. bzoj3255 一个关于序列的游戏
  19. Codeforces Round #Pi (Div. 2) C
  20. eclipse启动tomcat, http://localhost:8080无法访问的解决方案

热门文章

  1. Spring错误——Spring AOP——org.aspectj.weaver.reflect.ReflectionWorld$ReflectionWorldException
  2. js没有函数重载
  3. MyBatis mapper parameterType
  4. JDK下载-安装-配置
  5. Maven 的 settings.xml 配置中的mirror节点
  6. maven+springmvc出现:java.sql.SQLException: Unknown system variable &#39;query_cache_size&#39;
  7. DAY9 函数
  8. Go语言学习之10 Web开发与Mysql数据库
  9. Win10系列:C#应用控件基础20
  10. Service(服务)