eclipse 使用springboot junit测试报错问题


            org.springframework.boot
            spring-boot-starter-test
            test
            
                
                    org.junit.vintage
                    junit-vintage-engine
                

            

        

        
            org.junit.platform
            junit-platform-launcher
             1.1.0
            test
        

        
            javax.xml.bind
            jaxb-api
            2.3.0
        

        
            com.sun.xml.bind
            jaxb-impl
            2.3.0
        

        
            com.sun.xml.bind
            jaxb-core
            2.3.0
        

        
            javax.activation
            activation
            1.1.1
        

 

 

 

增加如下依赖

你可能感兴趣的:(eclipse 使用springboot junit测试报错问题)