首先明确用的postgresql版本是 PostgreSQL9.5.25, compiledbyVisual C++build1800,64-bit springboot是 2.3.5.RELEASE。 现有的文档提供的连接数据库配置方式是 url: jdbc:postgresql://IP:端口/数据库名?currentSchema=模式名&stringtype=unspecified 通常
首先明确用的postgresql版本是 PostgreSQL 9.5.25, compiled by Visual C++ build 1800, 64-bit 1. springboot是 2.3.5.RELEASE。 1. 现有的文档提供的连接数据库配置方式是 1. url: jdbc:postgresql://IP:端口/数据库名?currentSchema=模式名&stringtype=unspecified 1. 通常postgresql默认指向的Schema是 public。