7、srpingboot改变JDK版本

在pom.xml中加上

<plugin>
   <artifactId>maven-compiler-plugin</artifactId>
   <configuration>
      <source>1.8</source>
      <target>1.8</target>
   </configuration>
</plugin>

就可以指定JDK版本了

posted @ 2017-04-19 16:07  孤独时光  阅读(318)  评论(0编辑  收藏  举报