Failed to validate a newly established connection with grails 3.3.5
问题 I am using grails 3.3.5 and I have configured my application.yml with some properties in my production data source bellow properties: jmxEnabled: true initialSize: 5 maxActive: 50 minIdle: 5 maxIdle: 25 maxWait: 10000 maxAge: 600000 timeBetweenEvictionRunsMillis: 5000 minEvictableIdleTimeMillis: 60000 validationQuery: SELECT 1 validationQueryTimeout: 10 validationInterval: 15000 testOnBorrow: false testWhileIdle: true testOnReturn: false jdbcInterceptors: ConnectionState