Springbootオフユニットテスト


環境:Springboot 2.x,構成は以下の通りである.

1.方式一


trueテストをスキップし、classtrueは生成されません.テストはスキップされますが、テストclassは生成されます.

    
        
            org.apache.maven.plugins
            maven-surefire-plugin
            
                
                
                    org.springframework
                    springloaded
                    1.2.8.RELEASE
                
            
            
                
                
                true
            
        
    

2.方式二(推奨使用)


trueテストをスキップし、class trueを生成しないとテストはスキップされますが、テストclass spring-boot-maven-pluginプラグインが生成され、maven-surefire-pluginプラグインが統合されているため、Junit testが自動的に実行されるため、自動ユニットテストは停止され、trueまたはtrueを呼び出すだけで実行できます.

    
        
            org.springframework.boot
            spring-boot-maven-plugin
            
                
                
                    org.springframework
                    springloaded
                    1.2.8.RELEASE
                
            
            
                
                
                true