Skip to content

Instantly share code, notes, and snippets.

@zacscoding
Created January 17, 2020 01:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zacscoding/849396c3f6121f73a414034e67f59342 to your computer and use it in GitHub Desktop.
Save zacscoding/849396c3f6121f73a414034e67f59342 to your computer and use it in GitHub Desktop.
my properties :)

My properties


Springboot h2 inmemory

spring:  
  datasource:
    url: jdbc:h2:mem:testdb
    username: sa
    password:
    driver-class-name: org.h2.Driver
    hikari:
      jdbc-url: jdbc:h2:mem:testdb
  jpa:    
    hibernate:
      ddl-auto: create    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment