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