Skip to content

Commit

Permalink
Using An In-Memory H2 Instance
Browse files Browse the repository at this point in the history
  • Loading branch information
alimate committed Mar 10, 2020
1 parent a495fe6 commit c36cb76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ spring.jpa.hibernate.ddl-auto=create
logging.file=azure.log
logging.level.root=info

spring.datasource.url=jdbc:h2:file:~/test
spring.datasource.url=jdbc:h2:mem:azure-test-db
spring.datasource.username=sa
spring.datasource.password=

Expand Down

0 comments on commit c36cb76

Please sign in to comment.