Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'projectingArgumentResolverBeanPostProcessor' defined in class path resource [org/springframework/data/web/config/ProjectingArgumentResolverRegistrar.class]: BeanPostProcessor before instantiation of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration': Initialization of bean failed; nested exception is java.lang.IllegalArgumentException: Pointcut is not well-formed: expecting ')' at character position 11
excution(* hello.hellospring..*(..))
^^^^^
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'projectingArgumentResolverBeanPostProcessor' defined in class path resource [org/springframework/data/web/config/ProjectingArgumentResolverRegistrar.class]: BeanPostProcessor before instantiation of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration': Initialization of bean failed; nested exception is java.lang.IllegalArgumentException: Pointcut is not well-formed: expecting ')' at character position 11
excution(* hello.hellospring..*(..))
^^^^^
등등의 오류
hello쪽에 ^^^이 있길래 경로 문제인줄 암..
아니였음
excution이 아니라 execution 였음!!!!!!!!!!!!!!!!
'오류 해결' 카테고리의 다른 글
springBoot 콘솔 쿼리 출력 (0) | 2023.03.04 |
---|---|
org.h2.jdbc.JdbcSQLNonTransientConnectionException: Unsupported connection setting " MVCC" [90113-214] (0) | 2023.03.04 |
JPA TEST 중... (0) | 2022.12.20 |
@ 어노테이션 안될 때 (0) | 2022.12.18 |