Ehcache를 이용하여 Database에서 조회한 데이터를 Application Memory에 캐시(Local Cache)를 했다. 그런데 배포후에 다음과 같은 에러가 발생했다. org.springframework.http.converter.HttpMessageNotWritableE.....
[Spring] org.springframework.http.converter.HttpMessageNotWritableException: Could not write JSON: Session/EntityManager is closed에 대한 요약내용입니다.
자세한 내용은 아래에 원문링크를 확인해주시기 바랍니다.