728x90
몇일 코딩을 쉬면서 이론 공부를 하다가 일주일 뒤에 프로젝트를 열어서 코딩을 하려고 하니 이런 에러가 났다. 해결법은 다음과 같다.
나는 Gradle을 사용하고 있기 때문에, build.gradle 파일에 dependencies 항목을 다음과 같이 바꿔주었다.
implementation 'org.springframework.boot:spring-boot-starter-web'
참고
https://github.com/etture/dev_notes/issues/15
'난중(개발)일기 > 삽질기록' 카테고리의 다른 글
[MyBatis] org.apache.ibatis.binding.BindingException: Parameter 'email' not found. Available parameters are [arg1, arg0, param1, param2 (0) | 2022.09.05 |
---|---|
[MyBatis] 조회 시 attempted to return null from a method … (0) | 2022.09.05 |
[MyBatis] invalid bound statement (not found) 에러 (0) | 2022.09.04 |
[jsp] 한글 깨짐 현상 (0) | 2022.08.10 |
[오류 해결] npm ERR! code ERESOLVE (0) | 2021.06.24 |