mirror of https://github.com/longtai-cn/hippo4j
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
407 B
10 lines
407 B
### 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
|