-
-
# 개요
동시성 문제 방지를 위해 분산 락을 구현해야 한다. Service 레이어에 분산 락과 같은 레디스에 종속적인 객체를 직접 사용하면 비즈니스 로직의 순수성을 해칠 수 있기 때문에 AOP를 활용하고자 한다.
# TODO
- [ ] 분산 락을 통한 동시성 처리가 필요한 곳에 붙일 어노테이션 정의
- [ ] AOP를 활용한 분산 락 처리
- …
-
This issue is intended to begin thinking through an approach for automating AOP generating and (related) creating templated AOPs.
I think we can build off of this (more-or-less) complete AOP:
![…
-
Aspect-Oriented Programming allows the decorator pattern. How could it be added to this project?
-
JIRA Issue: [KIEKER-638] Exclude loggers in aop.xml by default?
Original Reporter: Andre van Hoorn
***
It seems that especially in Java EE environments, there is a high risk that loggers are woven a…
-
Since `spring-boot-starter-aop` pulls in `spring-aspects` and `aspectj` it might be better to rename it. Without those dependencies it only pulls in the `spring-aop` modules which doesn't really need …
-
### Chat2DB Version
3
### Describe the bug
会报connection refused这个错
java.net.ConnectException: Connection refused
at java.base/sun.nio.ch.Net.connect0(Native Method)
at java.base/sun.nio.ch.N…
-
**Describe The Bug**
Running a fairly large job on a bunch of files. Suddenly it stops saving the metadata to the files. No idea why. It's 1 am and I don't really have time to troubleshoot currently …
-
JIRA Issue: [KIEKER-971] Kieker weaver jar ignores aop.xml in classpath
Original Reporter: Andre van Hoorn
***
When configuring the Java EE example to use AspectJ (copy start.KiekerAspectJActivated.…
-
# aop
## 설정 파일
- spring jpa를 쓰면 자동으로 추가되지만 안 쓰면 직접 추가해줄 것
- `implementation 'org.springframework.boot:spring-boot-starter-aop'`
-
- @ Aspect를 포함한 org.aspectj 패키지 관련 기능 aspectjweaver.ja…