profile
비전공자의 오류해결 성장기

Springboot-mariaDB 인코딩 문제(Incorrect string value: '\xED\x99\x8D\xEA\xB8\xB8...' ~~~)

docker -> aws RDS로 옮긴 후 실행을 해보니 아래와 같이 오류가 생겼다.mariaDB에서 charset이 utf8이 아니여서 생긴 오류라고 함console창에 아래와 같이 작성해주고 재실행하면 한글도 입력 가능alter table users convert

2021년 12월 8일
·
0개의 댓글
·
post-thumbnail

SpringBoot_JPA_DeleteMapping 오류 - No EntityManager with actual transaction available for current thread - cannot reliably process 'remove' call

SpringBoot-JPA 활용 CRUD 중 DeleteMapping, Postman 실행 시 나타난 오류이다.No EntityManager with actual transaction available for current thread - cannot reliably

2021년 11월 29일
·
0개의 댓글
·
post-thumbnail

Create React App 오류 (npm tar@2.2.2 오류)

1. Issue 발생 이유 1) VSCode에서 Yarn Start가 되지 않음 기존에 가지고 있던 React-Redux 파일을 실행 하려니 Yarn Start가 실행되지 않고 바로 오류가 뜨면서 실행 불가. git clone을 잘못한 나의 잘못 + npm 문제

2021년 11월 6일
·
0개의 댓글
·