에러
the import javax.annotation.resource cannot be resolved
원인
javax.annotation.resource 가 import 되지 않아서
해결
pom.xml 파일에
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<version>1.3.1</version>
</dependency>
추가
'Backend > 기타' 카테고리의 다른 글
[Eclipse] the eclipse executable launcher was unable to locate its companion shared library (0) | 2023.06.03 |
---|---|
어이없는 에러 : 다 잘 입력했는데 에러가 난다면 서버를 재시작해라. (0) | 2023.05.19 |
에러 : No mapping found for HTTP request with URI (0) | 2023.05.18 |
Junit test 없을 때 (0) | 2023.05.18 |
table 생성했는데 에러코드 1146 발생함 (0) | 2023.05.18 |