I am developing a web application on Grails 3.2.2 with spring boot and hibernate and MS SQL Server as a backend database. I want my application to reconnect with the database au
I found an issue when using the Javamelody plugin, compile 'org.grails.plugins:grails-melody-plugin:1.72.0' in build.gradle.
Once I commented this out it resolved reconnection issues to our database. May not be the same issue for you but perhaps for others it maybe.