We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77af5d2 commit 8710f0dCopy full SHA for 8710f0d
src/main/resources/mysql.yml
@@ -10,7 +10,7 @@ spring:
10
11
datasource:
12
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
+ url: jdbc:mysql://${DATABASE_HOST:localhost}:${DATABASE_PORT:3306}/${DATABASE_NAME:taskflowdev}?characterEncoding=UTF-8&serverTimezone=Asia/Seoul&autoReconnect=true
14
username: ${DATABASE_USERNAME}
15
password: ${DATABASE_PASSWORD}
16
data-source-properties:
@@ -86,4 +86,4 @@ spring:
86
flyway:
87
enabled: false
88
baseline-on-migrate: true
89
- locations: classpath:db/migration/prod
+ locations: classpath:db/migration/prod
0 commit comments