mirror of https://github.com/longtai-cn/hippo4j
parent
f348668124
commit
4e68645ccb
@ -0,0 +1,9 @@
|
||||
### Data source customization section
|
||||
hippo4j.database.dialect=h2
|
||||
hippo4j.database.init_enable=true
|
||||
hippo4j.database.init_script=sql-script/h2/hippo4j_manager.sql
|
||||
|
||||
spring.datasource.driver-class-name=org.h2.Driver
|
||||
spring.datasource.url=jdbc:h2:file:{your storage address}/h2_hippo4j_test_file;DB_CLOSE_DELAY=-1;DATABASE_TO_UPPER=false;MODE=MYSQL;
|
||||
spring.datasource.username=sa
|
||||
spring.datasource.password=sa
|
Loading…
Reference in new issue