Define JCache aspect
Align default aop.xml configuration to define the JCache aspect alongside the regular Spring cache aspect. Issue: SPR-12571
This commit is contained in:
parent
71783c5d86
commit
73c21fbac1
|
@ -14,6 +14,7 @@
|
|||
<aspect name="org.springframework.scheduling.aspectj.AnnotationAsyncExecutionAspect"/>
|
||||
<aspect name="org.springframework.transaction.aspectj.AnnotationTransactionAspect"/>
|
||||
<aspect name="org.springframework.cache.aspectj.AnnotationCacheAspect"/>
|
||||
<aspect name="org.springframework.cache.aspectj.JCacheCacheAspect"/>
|
||||
</aspects>
|
||||
|
||||
</aspectj>
|
||||
|
|
Loading…
Reference in New Issue