pom.xml에 아래의 코드를 추가/수정해보자.
<!-- javax.annotation.Resource import -->
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<version>1.3.1</version>
</dependency>
'JAVA > Spring' 카테고리의 다른 글
error setting null for parameter #n (0) | 2023.04.12 |
---|---|
스프링프레임워크 Property 네임스페이스 이용하기 (0) | 2023.04.12 |
java.lang.IllegalArgumentException: error at ::0 can't find referenced pointcut allPointcut참조된 포인트컷을 찾을 수 없습니다 (0) | 2023.04.12 |
spring-context 4.1.1.RELEASE 란? (0) | 2023.04.02 |
spring-webmvc 4.1.1.RELEASE 란? (0) | 2023.04.02 |