项目作者: HyunAh-iia

项目描述 :
Testing : Spring Boot AspectJ with Cacheable (EhCache3)
高级语言:
项目地址: git://github.com/HyunAh-iia/aspectj.git
创建时间: 2020-12-06T15:22:51Z
项目社区:https://github.com/HyunAh-iia/aspectj

开源协议:MIT License

下载


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…