+ add cache aspectj aspect

This commit is contained in:
Costin Leau
2011-12-08 13:20:01 +00:00
parent c472a163f1
commit 312b1aa3d6
2 changed files with 15 additions and 5 deletions

View File

@@ -13,6 +13,7 @@
<aspect name="org.springframework.beans.factory.aspectj.AnnotationBeanConfigurerAspect"/>
<aspect name="org.springframework.scheduling.aspectj.AnnotationAsyncExecutionAspect"/>
<aspect name="org.springframework.transaction.aspectj.AnnotationTransactionAspect"/>
<aspect name="org.springframework.cache.aspectj.AnnotationCacheAspect"/>
</aspects>
</aspectj>