不加这个,打包前会运行测试类中的方法,测试报错则打包失败
org.apache.maven.plugins maven-surefire-plugin2.22.2 true
不加这个,打包后的jar包不可运行,加了这个后的项目不能被依赖。
org.springframework.boot spring-boot-maven-plugintrue

不加这个,打包前会运行测试类中的方法,测试报错则打包失败
org.apache.maven.plugins maven-surefire-plugin2.22.2 true
不加这个,打包后的jar包不可运行,加了这个后的项目不能被依赖。
org.springframework.boot spring-boot-maven-plugintrue