Skip to content

Commit 8710f0d

Browse files
Update mysql.yml
1 parent 77af5d2 commit 8710f0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/mysql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spring:
1010

1111
datasource:
1212
driver-class-name: com.mysql.cj.jdbc.Driver
13-
url: jdbc:mysql://${DATABASE_HOST:localhost}:${DATABASE_PORT:3306}/${DATABASE_NAME:taskflow2}?characterEncoding=UTF-8&serverTimezone=Asia/Seoul&autoReconnect=true
13+
url: jdbc:mysql://${DATABASE_HOST:localhost}:${DATABASE_PORT:3306}/${DATABASE_NAME:taskflowdev}?characterEncoding=UTF-8&serverTimezone=Asia/Seoul&autoReconnect=true
1414
username: ${DATABASE_USERNAME}
1515
password: ${DATABASE_PASSWORD}
1616
data-source-properties:
@@ -86,4 +86,4 @@ spring:
8686
flyway:
8787
enabled: false
8888
baseline-on-migrate: true
89-
locations: classpath:db/migration/prod
89+
locations: classpath:db/migration/prod

0 commit comments

Comments
 (0)