Remove references to JCacheConfigurerSupport and CachingConfigurerSupport
See gh-27863
This commit is contained in:
@@ -46,7 +46,7 @@ public interface JCacheConfigurer extends CachingConfigurer {
|
||||
* <pre class="code">
|
||||
* @Configuration
|
||||
* @EnableCaching
|
||||
* public class AppConfig extends JCacheConfigurerSupport {
|
||||
* public class AppConfig implements JCacheConfigurer {
|
||||
* @Bean // important!
|
||||
* @Override
|
||||
* public CacheResolver exceptionCacheResolver() {
|
||||
|
||||
Reference in New Issue
Block a user