<profile>
<id>jdk1.8</id>
<activation>
<activeByDefault>true</activeByDefault>
<jdk>1.8</jdk>
</activation>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.compilerVersion>1.8</maven.compiler.compilerVersion> <encoding>UTF-8</encoding>
</properties> <repositories>
<repository>
<id>local-nexus</id>
<url>http://localhost:8081/nexus/content/groups/public/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>wso2</id>
<url>http://dist.wso2.org/maven2/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
</profile>
</profiles>

最新文章

  1. MS10-087微软OFFICE漏洞【参考拿机模拟】
  2. mac osx Forbidden You don&#39;t have permission to access / on this server解决方法
  3. &lt;&lt;&lt; PermGen space溢出解决方法
  4. loadrunner生成随机身份证和银行卡号
  5. 并发编程 04——闭锁CountDownLatch 与 栅栏CyclicBarrier
  6. LeetCode Binary Tree Level Order Traversal (按层收集元素)
  7. centos 6安装报错
  8. [TYVJ] P1023 奶牛的锻炼
  9. Bootstrap学习笔记之文本对齐风格
  10. Linux离线安装Ruby详解
  11. webgl自学笔记——光照
  12. Canvas 宽度、高度设置
  13. 微信wx.request
  14. mac下virtualbox中centos6.5虚拟机实现全屏和调整分辨率
  15. linux 下的ssh
  16. word怎样从第三页开始设置页码
  17. P4180 【模板】严格次小生成树[BJWC2010]
  18. Ribbon重试机制与Hystrix熔断机制的配置问题
  19. Android MediaPlayer 和 MediaCodec 的区别和联系(一)
  20. .net core 启动域名及端口配置

热门文章

  1. hadoop再次集群搭建(3)-如何选择相应的hadoop版本
  2. windows python-mysql 安装
  3. fragment界面交互实操(步骤)
  4. bootstrap媒体查询常用写法
  5. HTML-&gt;CSS-&gt;JS-&gt;PHP的顺序及相关网址(转)
  6. Guava Cache本地缓存
  7. C#/Python/MATLAB操作PostgreSQL数据库
  8. 用C#截取指定长度的中英文混合字符串
  9. Java50道经典习题-程序46 字符串连接
  10. Unobrusive Ajax使用