jeecg连接postgres数据库




multi-datasource2:
          url: jdbc:postgresql://localhost:5432/jeecg
          username: postgres
          password: postgres
          driver-class-name: org.postgresql.Driver

相关