skip to Main Content

Redis – After upgrading Spring Boot from 2.5 to 3.1.2 version, package org.cache2k.integration is not found

While building the project getting below error: error: package org.cache2k.integration does not exist import org.cache2k.integration.CacheLoader; Screenshot of error Setup details under build.gradle file: targetCompatibility = '17' sourceCompatibility = '17' plugins { id 'java' id 'org.springframework.boot' version '3.1.2' apply false id…

VIEW QUESTION
Back To Top
Search