Guest User

Untitled

a guest
Sep 24th, 2018
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. # H2
  2. spring.h2.console.enabled=true
  3. spring.h2.console.path=/h2
  4. # Datasource
  5. spring.datasource.url=jdbc:h2:file:~/test
  6. spring.datasource.username=sa
  7. spring.datasource.password=
  8. spring.datasource.driver-class-name=org.h2.Driver
Add Comment
Please, Sign In to add comment