(学习笔记)maven打包时报错org.apache.maven.surefire:surefire-junit4:jar:2.18.1

 添加如下:

    
        
            
                org.springframework.boot
                spring-boot-maven-plugin
            
            
                org.apache.maven.plugins
                maven-surefire-plugin
                2.18.1
                
                    true
                
            
        
    

 

你可能感兴趣的:(spring,boot)