Hi , I have an spring boot application that was using data from MS SQL server 2008 . Now the data is migrated to MS SQL sever 2017 , username and password was not changed. Since then every time when the application try to connect I get "Unable to acquire JDBC Connection; nested exception is org.hibernate.exception.JDBCConnectionException: Unable to acquire JDBC Connection" I use the jtds 1.3.1 driver. I can connect to the database using the management tool with the same username and password.The...