I tried to connect to the heroku Postgres database locally in the Netbeans, but I failed.
Open heroku "database credentials", copy the host, username, password etc into Netbeans as building a new database connection.
It needs to add the following at the end of JDBC URL, otherwise connection will fail.
?ssl=true&sslfactory=org.postgresql.ssl.NonValidatingFactory
?ssl=true&sslfactory=org.postgresql.ssl.NonValidatingFactory
Subscribe to:
Post Comments (Atom)
Can Jackson Deserialize Java Time ZonedDateTime
Yes, but must include JSR310. Thus ZonedDateTime can be deserialized directly from JSON response to POJO field. <dependency> <g...
-
Could not extract response: no suitable HttpMessageConverter found for response type [class dk.enettet.evu.core.model.Address] and content ...
-
First time met this hibernate exception. I think this issue should due to one to one relationship. One driver has one car; one car has on...
-
A large object refers to the entity property that is modified by @Lob. It may be persisted in several records. However, in database manage...
No comments:
Post a Comment