vscode maven 引用 sun 包

https://blog.51cto.com/u_12420306/4921233
<plugin> <groupid>org.apache.maven.plugins</groupid> <artifactid>maven-compiler-plugin</artifactid> <version>3.10.1</version> <configuration> <excludes> <exclude>**/c3p0-config.xml</exclude> </excludes> <source>1.8 <target>1.8</target> <compilerarguments> <verbose> <bootclasspath>${java.home}/lib/rt.jar;${java.home}/lib/jce.jar</bootclasspath> </verbose></compilerarguments> </configuration> </plugin>
« Back to Home

Comments (0)

No comments yet. Be the first to comment!

Leave a Comment