配置Maven时遇到Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].du

build的里面插入这些就可以了

配置Maven时遇到Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].du_第1张图片


        
            
                org.springframework.boot
                spring-boot-maven-plugin
            
            
                org.apache.maven.plugins
                maven-surefire-plugin
                
                    true
                
            
        
        
        	
            
                src/main/java
                
                    **/*.properties
                    **/*.xml
                
                false
            
        
    

 

你可能感兴趣的:(每日解决问题,maven,java,spring,boot)