我正在使用 Spring 應用程式,堆疊就像:Java 11, Spring Boot 2.2.1.RELEASE.
(technology versions may vary here)
當我嘗試通過Data Sourceusing連接到資料庫時Intellij IDEA,我總是遇到如下問題:
The specified database user/password combination is rejected:
[28P01] FATAL: password authentication failded for user 'postgres'

我該如何解決?
需要注意的是:這個答案是相似的,但與以下內容無關:

澄清:提供的示例是 for PostgreSQL,但它可以是另一個database system.
轉載請註明出處,本文鏈接:https://www.uj5u.com/net/345608.html
