maven update project 红叉JAX-RS (REST Web Services) 2.0 can not be installed

pom.xml文件添加

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

猜你喜欢

转载自blog.csdn.net/qq_36514705/article/details/80913334
今日推荐