강의

멘토링

커뮤니티

Inflearn Community Q&A

ugkk3659300's profile image
ugkk3659300

asked

Learn Spring MVC 5 by Making It with Yoon Jae-seong

Lesson 9 Setting up Java

에러 질문입니다.

Written on

·

622

0

저는 ServletAppContext.java 파일에서 에러가 납니다.

The type ServletAppContext must implement the inherited abstract method WebMvcConfigurer.configureMessageConverters(List<HttpMessageConverter<?>>)

 

Cannot directly invoke the abstract method configureViewResolvers(ViewResolverRegistry) for the type WebMvcConfigurer

 

위 두가지 에러가 나옵니다. 어떻게 해결해야하나요?

 

springMVCXMLjava

Answer 1

0

softcampus님의 프로필 이미지
softcampus
Instructor

스프링 라이브러리의 버전을 강의에서 사용하는 버전과 동일하게 맞추셔 테스트 해보시기 바랍니다.

ugkk3659300's profile image
ugkk3659300

asked

Ask a question