Skip to content

Commit e114e0e

Browse files
committed
fix: CI MySQL 데이터베이스 시간대 Asia/Seoul로 통일
1 parent 42a0cc5 commit e114e0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/resources/application-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
spring:
22
datasource:
33
driver-class-name: com.mysql.cj.jdbc.Driver
4-
url: jdbc:mysql://${CI_DB_HOST:localhost}:${CI_DB_PORT:3306}/${CI_DB_NAME}?useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=UTC&characterEncoding=UTF-8
4+
url: jdbc:mysql://${CI_DB_HOST:localhost}:${CI_DB_PORT:3306}/${CI_DB_NAME}?useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Seoul&sessionVariables=time_zone='%2B09:00'&characterEncoding=UTF-8
55
username: ${CI_DB_USER}
66
password: ${CI_DB_PASSWORD}
77

0 commit comments

Comments
 (0)