代码风格检查插件

统一规范代码风格
pom.xml配置:

  
        1.8
        checkstyle.xml
  
    
  
        
            
                org.springframework.boot
                spring-boot-maven-plugin
            

            
                maven-checkstyle-plugin
                2.17
                
                    
                        verify
                        verify
                        
                            UTF-8
                            true
                            true
                            false
                        
                        
                            check
                        
                    
                
            

        
    

checkStyle.xml






    

    
    

    
    
        
        
    






    
        
        
    

    
        
        
    

    
        
        
    

    
        
        
    

    
        
    

    

        
            
        
        

        

        
        
        
        
        
        
        
        

        
        
        
        
        
        
        
            
        
        
        
        
        
        
        
        
        
            
        
        
        
            
        
        
        
        
        
        
        

        
        
        
        
        
            
            
        
        
        
        
        
    

添加findbugs:

            
                org.codehaus.mojo
                findbugs-maven-plugin
                3.0.4
                
                    
                    High
                    Default
                    true
                    
                    ./
                

            

你可能感兴趣的:(代码风格检查插件)