blob: c092cced1c5fa709e374215f94e827e49bed9670 [file] [log] [blame]
Tang Cheng0be0d6c2019-04-09 13:17:13 +08001spring.main.banner-mode=off
2
3# create and drop tables and sequences, loads import.sql
4spring.jpa.hibernate.ddl-auto=create-drop
5spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect
6
7# Oracle settings
8spring.datasource.url=jdbc:postgresql://172.28.201.101:5432/dlpay
9spring.datasource.username=payapi
10spring.datasource.password=123456