<!--引入tools.jar--> <dependency> <groupId>com.sun</groupId> <artifactId>tools</artifactId> <scope>system</scope> <systemPath>${java.home}/../lib/tools.jar</systemPath> </dependency>
pom文件引入jdk的lib包里的tools.jar包
最新推荐文章于 2024-05-03 11:21:11 发布
<!--引入tools.jar--> <dependency> <groupId>com.sun</groupId> <artifactId>tools</artifactId> <scope>system</scope> <systemPath>${java.home}/../lib/tools.jar</systemPath> </dependency>