Advertisement
Guest User

Untitled

a guest
Feb 20th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. # H2
  2. spring.h2.console.enabled=true
  3. spring.h2.console.path=/h2-console
  4. # Datasource
  5. spring.jpa.generate-ddl=true
  6. spring.jpa.hibernate.ddl-auto=none
  7. spring.datasource.url=jdbc:derby://localhost:1527/products
  8. spring.datasource.username=nbuser
  9. spring.datasource.password=nbuser
  10. spring.datasource.initialize=false
  11. spring.datasource.driver-class-name=org.apache.derby.jdbc.ClientDriver
  12. spring.datasource.hbm2ddl.auto=none
  13. #en tiedä tarviiko tätä
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement