인코딩과 콘텐츠타입을 변경해서 해결했지만, 환경에 따라 다를수도 있으니 다른 글도 참고바랍니다.
response.setCharacterEncoding("UTF-8");
response.setContentType("text/html; charset=UTF-8");
PrintWriter writer = response.getWriter();
writer.print();
'JAVA > TROUBLE SHOOTING' 카테고리의 다른 글
A collection with cascade="all-delete-orphan" was no longer referenced by the owning entity instance (0) | 2019.11.25 |
---|---|
org.hibernate.LazyInitializationException: failed to lazily initialize a collection of role (0) | 2019.11.25 |
JPA oneToMany 단방향 관계 pk is not null 에러 처리 (0) | 2019.11.22 |
Spring Security Authority 와 Role 사용법 (0) | 2019.11.13 |
JPA DB 저장시 한글 깨짐 (0) | 2019.11.13 |