Skip to content

Commit

Permalink
h2 mode change
Browse files Browse the repository at this point in the history
  • Loading branch information
physcom committed Oct 16, 2023
1 parent 5961281 commit 8e98965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DATABASE
spring.datasource.driverClassName=org.h2.Driver
spring.datasource.url=jdbc:h2:./db/chain;NON_KEYWORDS=value,key,blocks,timestamp;DATABASE_TO_UPPER=false;FILE_LOCK=NO;LOCK_TIMEOUT=10000;DB_CLOSE_DELAY=-1
spring.datasource.url=jdbc:h2:./db/chain;NON_KEYWORDS=value,key,blocks,timestamp;DATABASE_TO_UPPER=false;FILE_LOCK=NO;LOCK_TIMEOUT=10000;DB_CLOSE_DELAY=-1;MODE=MYSQL
spring.jpa.open-in-view=true
spring.jpa.database-platform=org.hibernate.dialect.H2Dialect

Expand Down

0 comments on commit 8e98965

Please sign in to comment.