[信创兼容] 人大金仓数据库

人大金仓是基于postgres9.6版本开发的数据库,所以兼容只需要修改一下数据库端口,就可以完美兼容。

    datasource:
      driver-class-name: org.postgresql.Driver
      jdbc-url: jdbc:postgresql://localhost:54321/platform
      username: xxx
      password: xxx