반응형
간만에 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 괄호가 제대로 안닫혀있었음...😅
반응형
'Programming > Java,Spring' 카테고리의 다른 글
springboot & spring cloud Error creating bean with name 'configurationPropertiesBeans' (0) | 2021.11.24 |
---|---|
[ Spring ] RestTemplate대신 WebClient (0) | 2021.04.02 |
[ Java ] 자바 7 이전과 이후 finally 그리고 리소스 close (0) | 2021.02.07 |
[ Java ] Java stream skip 사용시 IllegalArgumentException: (0) | 2021.01.14 |
[ Java ] excel poi background color is not change and black (0) | 2020.12.17 |