4.0.0
    spring-caching
    0.1-SNAPSHOT
    spring-caching
    war
    
        com.baeldung
        parent-boot-3
        0.0.1-SNAPSHOT
        ../../parent-boot-3
    
    
        
            org.springframework.boot
            spring-boot-starter-web
        
        
            org.springframework
            spring-context
        
        
            org.springframework.boot
            spring-boot-starter-cache
        
        
            org.springframework
            spring-web
        
        
            org.springframework
            spring-webmvc
        
        
            org.ehcache
            ehcache
            jakarta
        
        
            org.springframework
            spring-test
            test
        
        
            com.github.ben-manes.caffeine
            caffeine
            ${caffeine.version}
        
        
            com.h2database
            h2
            runtime
        
        
            org.springframework.boot
            spring-boot-starter-jdbc
        
        
            org.projectlombok
            lombok
            ${lombok.version}
        
        
            org.springframework.boot
            spring-boot-starter-data-jpa
        
        
            org.springframework.data
            spring-data-commons
        
    
    
        
            
                org.springframework.boot
                spring-boot-maven-plugin
                
                    true
                
            
        
    
    
        3.10.8
        com.baeldung.caching.boot.CacheApplication