Commit d3cb418d authored by Jason Song's avatar Jason Song

set validationInterval to 5 seconds

parent 52eea5cc
...@@ -4,6 +4,7 @@ spring.http.converters.preferred-json-mapper=gson ...@@ -4,6 +4,7 @@ spring.http.converters.preferred-json-mapper=gson
spring.datasource.testWhileIdle=true spring.datasource.testWhileIdle=true
spring.datasource.testOnBorrow=true spring.datasource.testOnBorrow=true
spring.datasource.validationQuery=SELECT 1 spring.datasource.validationQuery=SELECT 1
spring.datasource.validationInterval=5000
spring.datasource.initSQL=set names utf8mb4 spring.datasource.initSQL=set names utf8mb4
# Naming strategy # Naming strategy
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment