IntelliJ IDEA springboot maven打包时失败

在pom.xml中添加如下依赖:

            
                org.apache.maven.plugins
                maven-surefire-plugin
                
                    true
                
            

问题解决!

你可能感兴趣的:(idea,springboot)