I'm trying to set the max value for spring datasource validation-timeout in application.yml but not able to find that max value setting anywhere, I searched many sites all speaks about the default value.
Asked
Active
Viewed 88 times
0
-
https://stackoverflow.com/a/34724168/1775344 is not what you are looking for? – Mateusz Jul 28 '22 at 21:04
-
No there it is mentioned for spring.datasource.validationQuery but my config is for spring.datasource.validation-timeout – Arunkumar Arjunan Jul 28 '22 at 22:15
-
There is no such property you need to set the specific one for your datasource, in your case probably Hikari. – M. Deinum Jul 29 '22 at 07:36