Guest User

Untitled

a guest
Aug 28th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. server.port=8090
  2.  
  3. spring.h2.console.enabled=true
  4. spring.h2.console.path=/h2_console
  5. spring.datasource.url=jdbc:h2:file:~/h2/testdb
  6. spring.datasource.username=sa
  7. spring.datasource.password=
  8. spring.datasource.driverClassName=org.h2.Driver
  9. spring.jpa.hibernate.ddl-auto = update
  10. spring.jpa.show-sql=true
  11.  
  12. spring.jackson.serialization.fail-on-empty-beans=false
Add Comment
Please, Sign In to add comment