728x90
반응형
spring.datasource.url=jdbc:mysql://localhost:3306/{schemaName}?serverTimezone=UTC&characterEncoding=UTF-8
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.username=root
spring.datasource.password=1234
서버타임존을 한국 시간으로 되야하는게 아닌가 하고 KST로 했었는데, 오류가 발생
UTC로 바꾸고 해결
참고 :
728x90
728x90
'DataBase' 카테고리의 다른 글
MySQL의 Full-text index를 이용하여 검색 API 성능 개선하기 (2) | 2023.01.16 |
---|---|
SQL] 쿼리로 페이지네이션 하는 방법 (페이징) (0) | 2021.08.04 |
인덱스에 대해서 알아보자 (0) | 2021.02.15 |
쿼리 속도 향상을 위한 방법들 (1) | 2021.02.14 |
MySQL]The MySQL server is running with the --read-only option so it cannot execute this statement (0) | 2021.02.08 |
댓글