4.0.0
    spring-boot-client
    0.0.1-SNAPSHOT
    spring-boot-client
    war
    This is simple boot client application for Spring boot actuator test
    
        com.baeldung.spring-boot-modules
        spring-boot-modules
        1.0.0-SNAPSHOT
    
    
        
            org.springframework.boot
            spring-boot-starter-web
        
        
            org.springframework.boot
            spring-boot-starter-test
            test
        
        
            com.h2database
            h2
        
        
            org.springframework.boot
            spring-boot-starter
        
        
            org.springframework
            spring-websocket
        
        
            org.springframework
            spring-messaging
        
    
    
        spring-boot-client
        
            
                src/main/resources
                true
            
        
        
            
                org.apache.maven.plugins
                maven-war-plugin
            
            
                pl.project13.maven
                git-commit-id-plugin
                ${git-commit-id-plugin.version}
            
        
    
    
        
            autoconfiguration
            
                
                    
                        org.apache.maven.plugins
                        maven-surefire-plugin
                        
                            
                                integration-test
                                
                                    test
                                
                                
                                    
                                        **/*LiveTest.java
                                        **/*IntegrationTest.java
                                        **/*IntTest.java
                                    
                                    
                                        **/AutoconfigurationTest.java
                                    
                                
                            
                        
                        
                            
                                json
                            
                        
                    
                
            
        
    
    
        2.2.4