blob: 3613c3ba3df44030139341350f149f4070430248 [file] [log] [blame]
Tang Cheng6c67f542019-12-23 15:49:12 +08001spring.main.banner-mode=off
2# create and drop tables and sequences, loads import.sql
3spring.jpa.hibernate.ddl-auto=update
4spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
5spring.jpa.properties.hibernate.temp.use_jdbc_metadata_defaults=false
6# Postgresql settings
7spring.datasource.platform=postgresql
8#spring.datasource.url=jdbc:postgresql://ykt.supwisdom.com:15432/payapidev
9spring.datasource.url=jdbc:postgresql://172.28.201.70:15432/payapidev
10spring.datasource.username=payapi
11spring.datasource.password=123456
12spring.datasource.continue-on-error=true
13spring.datasource.initialization-mode=always