mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Relocate @PropertyMapping to spring-boot-test
Move `@PropertyMapping` and supporting code from the `spring-boot-test-autoconfigure` module to `spring-boot-test` since it's generally applicable. See gh-46356 See gh-47322
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ import java.lang.annotation.Target;
|
||||
|
||||
import org.springframework.boot.autoconfigure.ImportAutoConfiguration;
|
||||
import org.springframework.boot.autoconfigure.cache.CacheType;
|
||||
import org.springframework.boot.test.autoconfigure.properties.PropertyMapping;
|
||||
import org.springframework.boot.test.context.PropertyMapping;
|
||||
import org.springframework.cache.CacheManager;
|
||||
import org.springframework.cache.support.NoOpCacheManager;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user