Skip to content
This repository has been archived by the owner on Nov 13, 2022. It is now read-only.

Latest commit

 

History

History
10 lines (8 loc) · 280 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 280 Bytes

aspectj

Spring Boot AspectJ with Cacheable (EhCache3)

'cache' branch

  • appied Ehcache3
  • works okay, but doesn't support self-invocation

'aspectj' branch

  • trying to apply AspectJ with pre-compile weaving for self-invocation in fancy way
  • failed, it doesn't work...