Eclipse JAX-RS (REST Web Services) 2.0 requires Java 1.6 or newer

Posted 摇曳蒲公英

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Eclipse JAX-RS (REST Web Services) 2.0 requires Java 1.6 or newer相关的知识,希望对你有一定的参考价值。

pom.xml文件中添加:

<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>

以上是关于Eclipse JAX-RS (REST Web Services) 2.0 requires Java 1.6 or newer的主要内容,如果未能解决你的问题,请参考以下文章

JAX-RS(基于Jersey) + Spring 4.x + MyBatis构建REST服务架构

[maven] "Dynamic Web Module 3.0 requires Java 1.6 or newer." OR "JAX-RS (REST Web Ser

Jersey JAX-RS REST“getter”方法总是被调用

使用JAX-RS创建RESTful Web Service

JAX-RS的介绍

restful基础