Skip to content

Commit

Permalink
Update application-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zhx828 committed Aug 2, 2023
1 parent 2e62ace commit 8163151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/config/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spring:
datasource:
type: com.zaxxer.hikari.HikariDataSource
# changed database name
url: jdbc:mysql://localhost:3306/oncokb-public?useUnicode=true&characterEncoding=utf8&useSSL=false&useLegacyDatetimeCode=false&serverTimezone=UTC&createDatabaseIfNotExist=true
url: jdbc:mysql://localhost:3306/oncokb_public?useUnicode=true&characterEncoding=utf8&useSSL=false&useLegacyDatetimeCode=false&serverTimezone=UTC&createDatabaseIfNotExist=true
username: root
password: root
hikari:
Expand Down

0 comments on commit 8163151

Please sign in to comment.