resolved [org.springfspringframework.http.converterhttpmessagenotwritableexception:no converter found for return value of type class 에러가 발생.
@EnableWebMvc
@Configuration
public class WebConfig implements WebMvcConfigurer {
@Override
public void configureMessageConverters(
List<HttpMessageConverter<?>> converters) {
messageConverters.add(new MappingJackson2HttpMessageConverter());
}
}
configureMessageConverters 추가하여 해결.
'개발경험 및 메모 > Spring & Java' 카테고리의 다른 글
Springboot2 session 설정 (0) | 2020.08.24 |
---|---|
SpringBoot2 JSP 실시간 적용방법 (0) | 2020.08.24 |
Consider defining a bean of type 'org.springframework.security.authentication.AuthenticationManager' in your configuration (0) | 2020.08.18 |
spring.main.allow-bean-definition-overriding=true 에러 (0) | 2020.08.18 |
대용량 엑셀다운로드 SXSSFWorkbook (0) | 2020.06.22 |
최근댓글