Guest User

Untitled

a guest
Nov 6th, 2017
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. spring.datasource.url=jdbc:h2:file:./zaizidb
  2. spring.datasource.username=root
  3. spring.datasource.password=
  4. spring.datasource.driver-class-name=org.h2.Driver
  5. spring.jpa.properties.hibernate.hbm2ddl.auto=update
  6. spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.H2Dialect
  7. spring.jpa.hibernate.ddl-auto=create
  8.  
  9. server.context-path=/shoppingcart
  10.  
  11. <dependency>
  12. <groupId>com.h2database</groupId>
  13. <artifactId>h2</artifactId>
  14. </dependency>
Add Comment
Please, Sign In to add comment