4.0.0
    spring-boot-actuator
    0.0.1-SNAPSHOT
    spring-boot-actuator
    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-actuator
        
        
            org.springframework.boot
            spring-boot-starter-web
        
        
            org.springframework.boot
            spring-boot-starter-data-jpa
        
        
            org.springframework.boot
            spring-boot-starter-security
        
        
            com.h2database
            h2
        
        
            org.springframework.boot
            spring-boot-starter-test
            test
            
                
                    org.junit.vintage
                    junit-vintage-engine
                
            
        
        
            org.springframework.security
            spring-security-test
            test
        
    
    
        
            
                org.springframework.boot
                spring-boot-maven-plugin
                
                    com.baeldung.probes.ProbesApplication
                    com.baeldung.endpoints.enabling.EndpointEnablingApplication