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.
9 lines
502 B
9 lines
502 B
hippo4j.database.dialect=postgresql
|
|
hippo4j.database.init_enable=true
|
|
hippo4j.database.init_script=sql-script/postgresql/hippo4j_manager.sql
|
|
spring.datasource.driver-class-name=org.postgresql.Driver
|
|
spring.datasource.url=jdbc:postgresql://localhost:5432/postgres?currentSchema=hippo4j_manager
|
|
spring.datasource.username=admin
|
|
spring.datasource.password=admin123
|
|
mybatis-plus.configuration.log-impl=org.apache.ibatis.logging.stdout.StdOutImpl
|
|
mybatis-plus.configuration.map-underscore-to-camel-case=true |