错误提示:java.lang.IllegalStateException: Could not create CacheAwareContextLoaderDelegate [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
原因:
idea已经自动提示了,是因为spring-context 以及test和core的jar包的版本是不一致的,要换成一致的版本,问题解决

错误提示:java.lang.IllegalStateException: Could not create CacheAwareContextLoaderDelegate [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
原因:
idea已经自动提示了,是因为spring-context 以及test和core的jar包的版本是不一致的,要换成一致的版本,问题解决