我猜您可以在pom.xml中设置编译器参数。请参考此http://maven.apache.org/plugins/maven-compiler-
plugin/examples/pass-compiler-
arguments.html
<compilerArgument>-Xlint:unchecked</compilerArgument>

我猜您可以在pom.xml中设置编译器参数。请参考此http://maven.apache.org/plugins/maven-compiler-
plugin/examples/pass-compiler-
arguments.html
<compilerArgument>-Xlint:unchecked</compilerArgument>