--- /dev/null
+spring.main.banner-mode=off
+
+# create and drop tables and sequences, loads import.sql
+spring.jpa.hibernate.ddl-auto=create-drop
+
+# Oracle settings
+spring.datasource.url=jdbc:oracle:thin:@172.28.201.101:47922:orcl
+spring.datasource.username=ecardtest
+spring.datasource.password=kingstar
+spring.datasource.driver-class-oracle.jdbc.driver.OracleDriver
\ No newline at end of file
--- /dev/null
+spring.main.banner-mode=off
+
+# create and drop tables and sequences, loads import.sql
+spring.jpa.hibernate.ddl-auto=create-drop
+spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect
+
+# Oracle settings
+spring.datasource.url=jdbc:postgresql://172.28.201.101:5432/dlpay
+spring.datasource.username=payapi
+spring.datasource.password=123456