mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-02-23 08:31:11 +00:00
SPR-6447
+ move jdbc scripts from META-INF into /resources
This commit is contained in:
parent
521d01db95
commit
c0b90bf9ef
5 changed files with 6 additions and 4 deletions
|
|
@ -23,9 +23,9 @@ jdbc.password=
|
|||
|
||||
# Properties that control the population of schema and data for a new data source
|
||||
jdbc.populate=true
|
||||
jdbc.schemaLocation=classpath:/META-INF/hsqldb/initDB.txt
|
||||
jdbc.dataLocation=classpath:/META-INF/hsqldb/populateDB.txt
|
||||
jdbc.dropLocation=classpath:/META-INF/hsqldb/dropTables.txt
|
||||
jdbc.schemaLocation=classpath:hsqldb/initDB.txt
|
||||
jdbc.dataLocation=classpath:hsqldb/populateDB.txt
|
||||
jdbc.dropLocation=classpath:hsqldb/dropTables.txt
|
||||
|
||||
# Property that determines which Hibernate dialect to use
|
||||
# (only applied with "applicationContext-hibernate.xml")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue