jeecg连接postgres数据库


multi-datasource2:
          url: jdbc:postgresql://localhost:5432/jeecg
          username: postgres
          password: postgres
          driver-class-name: org.postgresql.Driver
原文地址:https://www.cnblogs.com/1gaoyu/p/15686214.html