Skip to content

Commit

Permalink
Uncomment sql initialization for mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
dsyer committed Nov 20, 2019
1 parent d47820b commit 2c98a68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application-mysql.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ database=mysql
spring.datasource.url=jdbc:mysql://localhost/petclinic
spring.datasource.username=root
spring.datasource.password=petclinic
# Uncomment this the first time the app runs
# spring.datasource.initialization-mode=always
# SQL is written to be idempotent so this is safe
spring.datasource.initialization-mode=always

0 comments on commit 2c98a68

Please sign in to comment.