|
@@ -30,6 +30,13 @@ spring:
|
|
|
max-lifetime: 1800000
|
|
max-lifetime: 1800000
|
|
|
connection-timeout: 30000
|
|
connection-timeout: 30000
|
|
|
connection-test-query: SELECT 1
|
|
connection-test-query: SELECT 1
|
|
|
|
|
+ cloud:
|
|
|
|
|
+ inetutils:
|
|
|
|
|
+ ignored-interfaces:
|
|
|
|
|
+ - docker0
|
|
|
|
|
+ - veth.*
|
|
|
|
|
+ preferred-networks:
|
|
|
|
|
+ - 192.168
|
|
|
mybatis:
|
|
mybatis:
|
|
|
configuration:
|
|
configuration:
|
|
|
map-underscore-to-camel-case: true
|
|
map-underscore-to-camel-case: true
|