diff --git a/fw-hestia-server/src/main/resources/application.yml b/fw-hestia-server/src/main/resources/application.yml index add30b3..590a6cc 100644 --- a/fw-hestia-server/src/main/resources/application.yml +++ b/fw-hestia-server/src/main/resources/application.yml @@ -17,6 +17,7 @@ spring: driver-class-name: com.mysql.jdbc.Driver hikari: connection-test-query: SELECT 1 FROM DUAL + maximum-pool-size: 100 password: mysql@pwd123 url: jdbc:mysql://192.168.0.234:3306/fw_hestia?characterEncoding=UTF-8&useSSL=false username: root