Tang Cheng | 0be0d6c | 2019-04-09 13:17:13 +0800 | [diff] [blame^] | 1 | spring.main.banner-mode=off |
2 | |||||
3 | # create and drop tables and sequences, loads import.sql | ||||
4 | spring.jpa.hibernate.ddl-auto=create-drop | ||||
5 | spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect | ||||
6 | |||||
7 | # Oracle settings | ||||
8 | spring.datasource.url=jdbc:postgresql://172.28.201.101:5432/dlpay | ||||
9 | spring.datasource.username=payapi | ||||
10 | spring.datasource.password=123456 |