Skip to content

Instantly share code, notes, and snippets.

@ahndmal
Created December 9, 2020 12:04
Show Gist options
  • Save ahndmal/657a83bbf840b6e8cf66c479820af2f6 to your computer and use it in GitHub Desktop.
Save ahndmal/657a83bbf840b6e8cf66c479820af2f6 to your computer and use it in GitHub Desktop.
########## ==== H2 ==== ############
spring.jpa.hibernate.ddl-auto = update
### ==== Database Credentials ==== ###
spring.datasource.url = jdbc:h2:mem:bh_workouts_postgres_2
spring.datasource.username = sa
spring.datasource.password =
### ==== Driver ==== ###
spring.datasource.driver-class-name=org.h2.Driver
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment