스프링 세팅 중 component-scan과 aop를 작성하는 도중 발생한 에러이다.
이 경우 beans에 xmlns:context와 xmlns:aop를 추가해주면 해결할 수 있다.
다음과 같이
xmlns:aop="http://www.springframework.org/schema/aop"
xmlns:context="http://www.springframework.org/schema/context"
"www.springframework.org/schema/context" 를 추가하자
'에러 > spring' 카테고리의 다른 글
[Spring] (Mac) mvn not found 에러 (0) | 2021.12.24 |
---|---|
[Spring] javax/xml/bind/DatatypeConverter 에러 (0) | 2021.04.15 |
[Spring] ./gradlew: command not found 에러 (0) | 2021.04.07 |
[Spring] com.amazonaws.sdkclientexception failed to connect to service endpoint 에러 (0) | 2020.12.27 |
[Spring] error creating bean with name s3 에러 (0) | 2020.12.27 |
댓글