|
|
|
|
@ -32,10 +32,14 @@ spring:
|
|
|
|
|
password: ip12341234 |
|
|
|
|
mailbox: |
|
|
|
|
type: com.alibaba.druid.pool.DruidDataSource |
|
|
|
|
# driver-class-name: org.postgresql.Driver |
|
|
|
|
# url: jdbc:postgresql://58.51.152.18:10642/mailbox?currentSchema=mailbox |
|
|
|
|
# username: alphay |
|
|
|
|
# password: alphay@123 |
|
|
|
|
driver-class-name: org.postgresql.Driver |
|
|
|
|
url: jdbc:postgresql://58.51.152.18:10642/mailbox?currentSchema=mailbox |
|
|
|
|
username: alphay |
|
|
|
|
password: alphay@123 |
|
|
|
|
url: jdbc:postgresql://59.173.13.131:10642/mailbox?currentSchema=mailbox_outer |
|
|
|
|
username: root |
|
|
|
|
password: 123456 |
|
|
|
|
wvp: |
|
|
|
|
type: com.alibaba.druid.pool.DruidDataSource |
|
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver |
|
|
|
|
@ -60,6 +64,11 @@ spring:
|
|
|
|
|
url: jdbc:gbase://65.47.16.209:5258/db_kxzd_xxzx |
|
|
|
|
username: csga_wdpc |
|
|
|
|
password: csga_wdpc@123 |
|
|
|
|
invest: |
|
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver |
|
|
|
|
url: jdbc:mysql://172.31.217.20:31868/invert?serverTimezone=GMT%2B8 |
|
|
|
|
username: root |
|
|
|
|
password: ip12341234 |
|
|
|
|
data: |
|
|
|
|
redis: |
|
|
|
|
host: 172.31.217.20 |
|
|
|
|
|