Skip to content
Snippets Groups Projects
Commit c5abf45c authored by Ray Tsang's avatar Ray Tsang Committed by Stephane Nicoll
Browse files

Fix datasource initialization property

Closes gh-301
parent a52cbe93
No related branches found
No related tags found
No related merge requests found
......@@ -3,5 +3,5 @@ database=mysql
spring.datasource.url=jdbc:mysql://localhost/test
spring.datasource.username=root
spring.datasource.password=root
# Uncomment this the first time the app runs
# spring.datasource.initialize=true
\ No newline at end of file
# Uncomment this the first time the app runs
# spring.datasource.initialization-mode=always
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