새로운 Maven 프로젝트를 만들고 필수 의존성을 추가하려고 했다.
<dependencies>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>${org.springframework-version}</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.2.1</version>
</dependency>
</dependencies>
두개 모두 버전 부분에서 오류가 나는 상황이다.
- 원인
잠깐에 버그
- 해결
Maven > reload project로 해결
'개인 공부 상자 > 오류 해결' 카테고리의 다른 글
[org.springframework.web.context.ContextLoaderListener]의 애플리케이션 리스너를 설정하는 중 오류 발생 (0) | 2021.10.02 |
---|---|
IntelliJ console 인코딩 설정 (0) | 2021.10.02 |
intellij에서 tomcat 콘솔 인코딩 깨짐 (0) | 2021.10.01 |
z-index가 적용되지 않을때 (0) | 2021.09.23 |
$(...).slick is not a function 오류 (0) | 2021.09.23 |