Skip to content

Commit

Permalink
change h2 db default
Browse files Browse the repository at this point in the history
  • Loading branch information
ZihengSun committed Jan 3, 2025
1 parent c01810d commit dfe4913
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
Expand Up @@ -23,7 +23,7 @@ spring.config.import=optional:file:${user.home}/geoweaver/application.properties
###### To use H2 Database
spring.jpa.hibernate.ddl-auto=update
spring.jpa.properties.hibernate.event.merge.entity_copy_observer=allow
spring.datasource.url=jdbc:h2:file:~/h2/gw;DB_CLOSE_ON_EXIT=TRUE;DB_CLOSE_DELAY=-1;AUTO_SERVER=true;defrag_always=true;INIT=create domain if not exists jsonb as text;CACHE_SIZE=2048;MAX_MEMORY_UNDO=512
spring.datasource.url=jdbc:h2:file:~/h2/gw;AUTO_SERVER=true;INIT=create domain if not exists jsonb as text;CACHE_SIZE=2048;MAX_MEMORY_UNDO=512
spring.datasource.driverClassName=org.h2.Driver
spring.datasource.username=geoweaver
spring.datasource.password=DFKHH9V6ME
Expand Down

0 comments on commit dfe4913

Please sign in to comment.