当我尝试使用 SoapUI(免费版)中的 jdbc 步骤连接到 postgres 时,没有合适的驱动程序异常

No Suitable driver exception when I try to connect to postgres using the jdbc step in SoapUI (free version)

很抱歉这个问题被问了很多次。 我遵循的步骤如下

  1. 从以下 link 下载了 postgres jdbc 驱动程序 https://jdbc.postgresql.org/download.html 下载了最新版本
  2. 将 jar 文件粘贴到 soapui_home/bin/ext 文件夹中
  3. 重新启动 SoapUI 仍然出现同样的错误
  1. 我在 SoapUI 中添加了 jdbc 步骤
  2. 这里是驱动,我用过PostgreSQL/org.postgresql.Driver
  3. 字符串是dbc:postgresql://localhost:5432/databaseName?user=username&password=password

环境 红帽 Linux jdk 版本为 11 SoapUI 版本 5.7.0

将 jdbc 步骤中的驱动程序字符串更改为 org.postgresql.Driver。它开始工作了。