Skip to content
This repository has been archived by the owner on Jun 15, 2019. It is now read-only.

Commit

Permalink
Fixes exception on quit because of failed (but uneeded) database drop…
Browse files Browse the repository at this point in the history
… operation.
  • Loading branch information
pires committed Aug 2, 2015
1 parent 0fc317f commit 3bcda8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spring.jmx:

spring.datasource:
driverClassName: org.h2.Driver
url: jdbc:h2:mem:obd;MODE=MySQL
url: jdbc:h2:mem:obd;MODE=MySQL;DB_CLOSE_ON_EXIT=FALSE

server:
port: 8080
Expand Down

0 comments on commit 3bcda8a

Please sign in to comment.