增加数据库配置
diff --git a/config/application-devel-pg.properties b/config/application-devel-pg.properties
new file mode 100644
index 0000000..c092cce
--- /dev/null
+++ b/config/application-devel-pg.properties
@@ -0,0 +1,10 @@
+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