Cannot resolve symbol 'http'
Cannot resolve symbol 'Cookie'
Cannot resolve symbol 'HttpSession'
세션과, 쿠키 예제 실습 중에 오류가 발생했다.
해결방법은 gradle servelt-api를 의존성에 추가해주면 된다.
providedCompile (
'javax.servlet:javax.servlet-api:3.1.0',
'javax.servlet.jsp:javax.servlet.jsp-api:2.3.1'
)
300x250
'DevelopNote > 오류 모음' 카테고리의 다른 글
[Error - c# ] CompnentModel error (0) | 2022.05.15 |
---|---|
[오류] Operation Not Permitted - 터미널 오류 (0) | 2021.12.21 |
[C#] bin\roslyn\csc.exe' 경로의 일부를 찾을 수 없습니다. 오류 (0) | 2021.12.15 |
[intellij/tomcat] org.springframework.web.context.ContextLoaderListener java.lang.ClassNotFoundException: ~ (0) | 2021.07.17 |
[IntelliJ][Git] Untracked Files Prevent Merge 오류 (0) | 2021.07.03 |