Guest User

Untitled

a guest
Apr 11th, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. server.port= 9000
  2.  
  3. #-----H2
  4. spring.h2.datasource.url=jdbc:h2:file:~/myh2
  5. spring.h2.datasource.username=sa
  6. spring.h2.datasource.password=
  7. spring.h2.datasource.driver-class-name=org.h2.Driver
  8. spring.jpa.show-sql=true
Add Comment
Please, Sign In to add comment