I’m trying to connect to a database from a Spring Boot microservice, but I’m encountering an issue. The same configuration works perfectly when I connect to the database using tools like DBeaver.
If anyone has any suggestions or insights on what might be causing this issue, I would greatly appreciate your help.Below is error log details.
Error is : java.sql.SQLRecoverableException: IO Error: Got minus one from a read call
Please check image for more details log.
enter image description here
1