Move code from spring-boot-actuator to spring-boot-cache

This commit is contained in:
Andy Wilkinson
2025-05-09 09:33:02 +01:00
committed by Phillip Webb
parent 302a4212b5
commit adec7f2df2
34 changed files with 118 additions and 111 deletions

View File

@@ -23,9 +23,9 @@ import java.util.Map;
import org.junit.jupiter.api.Test;
import org.springframework.boot.actuate.cache.CachesEndpoint;
import org.springframework.boot.actuate.cache.CachesEndpointWebExtension;
import org.springframework.boot.actuate.docs.MockMvcEndpointDocumentationTests;
import org.springframework.boot.cache.actuate.endpoint.CachesEndpoint;
import org.springframework.boot.cache.actuate.endpoint.CachesEndpointWebExtension;
import org.springframework.cache.CacheManager;
import org.springframework.cache.concurrent.ConcurrentMapCacheManager;
import org.springframework.context.annotation.Bean;