mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 20:35:49 +00:00
changed file path. Thanks to @cmourouvin for letting me know.
This commit is contained in:
parent
753e8ea1c0
commit
a485521b6d
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,8 @@ jpa.showSql=true
|
|||
#jdbc.password=
|
||||
|
||||
# Properties that control the population of schema and data for a new data source
|
||||
#jdbc.initLocation=classpath:db/mysql/initDB.txt
|
||||
#jdbc.dataLocation=classpath:db/mysql/populateDB.txt
|
||||
#jdbc.initLocation=classpath:db/mysql/initDB.sql
|
||||
#jdbc.dataLocation=classpath:db/mysql/populateDB.sql
|
||||
|
||||
# Property that determines which Hibernate dialect to use
|
||||
# (only applied with "applicationContext-hibernate.xml")
|
||||
|
|
Loading…
Reference in a new issue