4.0.0
    spring-boot
    0.0.1-SNAPSHOT
    war
    spring-boot
    This is simple boot application for Spring boot actuator test
    
        com.baeldung.spring-boot-modules
        spring-boot-modules
        1.0.0-SNAPSHOT
        ../
    
    
        
            org.springframework.boot
            spring-boot-starter-thymeleaf
        
        
            org.springframework.boot
            spring-boot-starter-web
        
        
            org.springframework.boot
            spring-boot-starter-validation
        
        
            org.springframework.boot
            spring-boot-starter-data-jpa
        
        
            org.ehcache
            ehcache
        
        
            org.hibernate
            hibernate-ehcache
        
        
            org.springframework.boot
            spring-boot-starter-actuator
        
        
            org.springframework.boot
            spring-boot-starter-tomcat
        
        
            org.springframework.boot
            spring-boot-starter-test
            test
        
        
            org.junit.vintage
            junit-vintage-engine
            test
            
                
                    org.hamcrest
                    hamcrest-core
                
            
        
        
            io.dropwizard.metrics
            metrics-core
        
        
            com.h2database
            h2
        
        
            org.springframework.boot
            spring-boot-starter
        
        
            com.jayway.jsonpath
            json-path
            test
        
        
            com.google.guava
            guava
            ${guava.version}
        
        
            org.apache.tomcat
            tomcat-servlet-api
            ${tomee-servlet-api.version}
            provided
        
        
            org.apache.activemq
            artemis-server
        
        
            com.rometools
            rome
            ${rome.version}
        
    
    
        spring-boot
        
            
                src/main/resources
                true
            
        
        
            
                org.apache.maven.plugins
                maven-war-plugin
            
            
                org.apache.maven.plugins
                maven-resources-plugin
                
                    
                        @
                    
                    false
                
            
        
    
    
        
            autoconfiguration
            
                
                    
                        org.apache.maven.plugins
                        maven-surefire-plugin
                        
                            
                                integration-test
                                
                                    test
                                
                                
                                    
                                        **/*LiveTest.java
                                        **/*IntegrationTest.java
                                        **/*IntTest.java
                                    
                                    
                                        **/AutoconfigurationTest.java
                                    
                                
                            
                        
                        
                            
                                json
                            
                        
                    
                
            
        
    
    
        
        com.baeldung.intro.App
        8.5.11
        1.9.0
        18.0
        @