标签:tom maven targe 开启 技术 loading 模式 compile plugin
<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>
按住 crtl + shift +a 搜索registry ,enter进入设置
勾选
标签:tom maven targe 开启 技术 loading 模式 compile plugin
原文地址:https://www.cnblogs.com/zuti666/p/13993371.html