Programming/Java,Spring
springboot aop Pointcut is not well-formed: expecting ')'
brocess
2022. 7. 6. 10:05
반응형
간만에 aop사용하다가 별것도 아닌데 삽질을 좀 했다
-> AOP 적용중 다음과 같은 에러 발생
Caused by: java.lang.IllegalArgumentException: Pointcut is not well-formed: expecting ')' at character position 0
@annotation(im.toss.server.tuba.messenger.system.ElasticSearchDocumentSync
^
-> 에러 발생 Poinctcut 코드
-> 문제 해결 > annotation 괄호가 제대로 안닫혀있었음...😅
반응형