h2 database enable connect to h2 remote database

‮‬https://www.lautturi.com
h2 database enable connect to h2 remote database
spring.datasource.url=jdbc:h2:~/test
  spring.datasource.driverClassName=org.h2.Driver
  spring.datasource.username=sa
  spring.datasource.password=
  spring.jpa.database-platform=org.hibernate.dialect.H2Dialect
Created Time:2017-09-07 23:24:32  Author:lautturi