将 useSystemClassloader 设置为 false:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<useSystemClassLoader>false</useSystemClassLoader>
</configuration>
</plugin>
如果您不是从为您定义了版本的父级(例如 Spring Boot starter)继承,您还需要定义它。
慕的地10843
千巷猫影
繁星点点滴滴
相关分类