当我尝试使用SOAPUI中的JDBC步骤连接到Postgres时,没有合适的驱动程序例外(免费版本)

发布于 2025-01-29 20:16:08 字数 521 浏览 2 评论 0原文

对不起,这个问题很多次。 我遵循的步骤如下如下,

  1. 从以下链接下载了Postgres JDBC驱动程序
  2. 粘贴了jar文件在soapui_home/bin/ext文件夹中
  3. 重新启动soapui仍然遇到相同的错误
  1. 我在soapui中添加了一个JDBC步骤
  2. ,这是驱动程序,我使用了Postgresql/org.postgresql.driver。
  3. 字符串为dbc:postgresql:// localhost:5432/databaseName?密码=密码

环境 Redhat Linux JDK版本是11 SOAPUI版本5.7.0

I am sorry this question was asked many times.
Steps that I followed are as follows

  1. downloaded the postgres jdbc driver from the following link
    https://jdbc.postgresql.org/download.html
    downloaded the latest version
  2. Pasted the jar file in the soapui_home/bin/ext folder
  3. Restarted SoapUI still getting the same error
    enter image description here
  1. I have added a jdbc step in SoapUI
  2. Here is the driver, I have used PostgreSQL/org.postgresql.Driver
  3. The string is dbc:postgresql://localhost:5432/databaseName?user=username&password=password

Environment
Redhat Linux
jdk version is 11
SoapUI version 5.7.0

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

听不够的曲调 2025-02-05 20:16:08

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

Changed the driver string in the jdbc step to org.postgresql.Driver. It started working.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文