Server/Spring(구버전) 오류
@Resource 인식 오류
휘현.
2022. 3. 31. 14:30
- pom.xml 에 아래 dependency 추가
<!-- ************************************************************ -->
<!-- annotation -->
<!-- ************************************************************ -->
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<version>1.3.2</version>
</dependency>
<!-- ************************************************************ -->