在pom文件中添加如下 :

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
</plugins>
</build>

最新文章

  1. sql 判断 函数 存储过程是否存在的方法
  2. 关于&lt;textArea&gt;控件下显示不出其它控件
  3. iOS 短信分享 邮件分享
  4. post和put的区别
  5. http://jingyan.baidu.com/article/a3761b2b66fe141577f9aa51.html
  6. U3D学习笔记
  7. redis动态配置
  8. python+selenium+autoit实现文件上传
  9. mysql explain rows理解
  10. Mybatis动态SQL简单了解 Mybatis简介(四)
  11. orcal - 添加用户、授权
  12. C#中数组、ArrayList和List三者的区别 转
  13. 解压-&gt;静态库.a文件
  14. ubuntu 16.04 安装cuda的方法
  15. HTML链接式引入CSS和JS
  16. Mysql的优化一则
  17. Linux VFS的主要的数据结构
  18. Unity学习笔记(3):一些常用API和应用场景
  19. ms-SQL 递归调用
  20. 真实赛车3,FERRARI之魂不买FERRARI 599 GTO可以解锁顶点系列。

热门文章

  1. sql语句变量定义和样例
  2. iar 问题
  3. Redis的简介与安装(windows)
  4. Java设计模式(三) 抽象工厂模式
  5. python 3 字符串转 json
  6. datatables增删改查的实现
  7. html中的空格显示问题
  8. javascript方法链式调用和构造函数链式调用对比
  9. jquery中的$的特殊用法
  10. Recylerview的使用系列教程