Advertisement
Guest User

Untitled

a guest
Dec 6th, 2016
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. spring.datasource.data=data.sql
  2. spring.datasource.schema=schema.sql
  3.  
  4. spring.jpa.hibernate.ddl-auto=create-drop
  5.  
  6. <jdbc:initialize-database data-source="simpleDataSource">
  7. <jdbc:script location="classpath:dbscripts/data.sql"/>
  8. </jdbc:initialize-database>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement