java.sql.SQLFeatureNotSupportedException: Method org.postgresql.jdbc4.Jdbc4Connection.isValid(int) is not yet implemented. in Spring Boot
问题 I am developing Spring Boot Microservices example. In this example, I used config-server and licensing-service and deployed successfully on docker . When I call the REST endpoint : http://localhost:8080/v1/organizations/1/licenses, I got the below error. To solve this error, I went through many links already, but none of the solutions worked for me yet. The refer links : I have taken actual code reference from : https://github.com/carnellj/spmia-chapter3 Method org.postgresql.jdbc4