spring boot -> jpa 적용했을때 한글이 깨지는 경우
application.properties 파일
spring.datasource.url=jdbc:mysql://127.0.0.1/portal?serverTimezone=Asia/Seoul&useSSL=false&characterEncoding=utf8
characterEncoding=utf8
매개변수 추가
'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 |
PrintWrite 한글깨짐 (0) | 2019.10.26 |