Skip to content
Snippets Groups Projects
Commit 34545e72 authored by Stephane Nicoll's avatar Stephane Nicoll
Browse files

Merge pull request #301 from saturnism:patch-1

* pr/301:
  Fix datasource initialization property
parents a52cbe93 c5abf45c
No related branches found
No related tags found
No related merge requests found
...@@ -3,5 +3,5 @@ database=mysql ...@@ -3,5 +3,5 @@ database=mysql
spring.datasource.url=jdbc:mysql://localhost/test spring.datasource.url=jdbc:mysql://localhost/test
spring.datasource.username=root spring.datasource.username=root
spring.datasource.password=root spring.datasource.password=root
# Uncomment this the first time the app runs # Uncomment this the first time the app runs
# spring.datasource.initialize=true # spring.datasource.initialization-mode=always
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment