1、使用idea编写的spring boot项目在打jar包出现了错误
请问大佬们如何解决?
2、java spring boot
3、“Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile (default-testCompile) on project springboot002-config: Execution default-testCompile of goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile failed: multiple points”
https://blog.csdn.net/qq_33206732/article/details/79171393
百度idea maven 跳过test,这个问题是因为你项目里有单元测试,之前测试通过了,但是后面代码或者数据库更改了没测试,打包时会自动执行所有测试,然后就失败了。