Remove references to JCacheConfigurerSupport and CachingConfigurerSupport

See gh-27863
This commit is contained in:
izeye
2021-12-29 05:12:57 +09:00
committed by Stephane Nicoll
parent 7ba089be95
commit f0125afb5e
5 changed files with 13 additions and 13 deletions

View File

@@ -46,7 +46,7 @@ public interface JCacheConfigurer extends CachingConfigurer {
* <pre class="code">
* &#064;Configuration
* &#064;EnableCaching
* public class AppConfig extends JCacheConfigurerSupport {
* public class AppConfig implements JCacheConfigurer {
* &#064;Bean // important!
* &#064;Override
* public CacheResolver exceptionCacheResolver() {