博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
maven+springmvc错误 JAX-RS (REST Web Services) 2.0 can not be installed
阅读量:4927 次
发布时间:2019-06-11

本文共 559 字,大约阅读时间需要 1 分钟。

项目problem提示错误

JAX-RS (REST Web Services) 2.0 can not be installed : One or more constraints have not been satisfied

JAX-RS (REST Web Services) 2.0 requires 1.7 or newer.

 

解决方法:

在pom.xml我从JDK1.6改为1.7的jdk

<build>之间加入下列代码

1 
2
3
org.apache.maven.plugins
4
maven-compiler-plugin
5
3.0
6
7
1.7 8
1.7
9
10
11

 

转载于:https://www.cnblogs.com/UniqueColor/p/6357872.html

你可能感兴趣的文章
第十四章 异常处理
查看>>
超链接-a标签
查看>>
转载ASP.NET MVC中Session的处理机制
查看>>
Makefile 語法簡介
查看>>
sql面试题(学生表_课程表_成绩表_教师表)
查看>>
Sublime 保存时自动转换tab成空格
查看>>
atom 插件 python语法验证linter-flake8-------填坑
查看>>
cuda中当元素个数超过线程个数时的处理案例
查看>>
转:PCL+VS2010环境配置
查看>>
volatile
查看>>
uploadify3.2.1加载时,报NetworkError 404 Not Found或NetworkError forbidden错误
查看>>
Vim 常用命令总结
查看>>
python中的数据类型(二)
查看>>
Android:scrollview与listview共存
查看>>
ImageLoader简介和使用方法
查看>>
重视知识的本质
查看>>
为什么linux驱动中变量或者函数都用static修饰?(知乎问题)
查看>>
课后作业2:个人项目
查看>>
初猎《梦断代码》
查看>>
短信SMS接口
查看>>