기억의 습작

Caused by: java.lang.ClassNotFoundException: org.springframework.web.servlet.DispatcherServlet 본문

Software/Eclipse

Caused by: java.lang.ClassNotFoundException: org.springframework.web.servlet.DispatcherServlet

뿌사리다 2021. 8. 26. 23:11

Test 클래스에
@AutoConfigureMockMvc 을 추가했더니 아래 와같은 오류가 발생했다.

오류코드

  • Caused by: java.lang.ClassNotFoundException: org.springframework.web.servlet.DispatcherServlet

 

해결방법

implementation 'org.springframework.boot:spring-boot-starter' 주석하고
implementation 'org.springframework.boot:spring-boot-starter-web' 을 사용

 

 

728x90
반응형
LIST

'Software > Eclipse' 카테고리의 다른 글

The specified Tomcat installation directory does not exist  (0) 2021.08.26
ctrl + shift + L not working  (0) 2021.08.26
Eclipse 주석 설정  (0) 2021.08.26
ctrl + space 안될때  (0) 2021.08.26
ctrl + y is not working in eclipse  (0) 2021.08.26