We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 361649f commit 6b3d730Copy full SHA for 6b3d730
infrastructure/src/main/resources/application-jpa.yaml
@@ -4,6 +4,8 @@ spring:
4
username: ${DB_USERNAME}
5
password: ${DB_PASSWORD}
6
driver-class-name: com.mysql.cj.jdbc.Driver
7
+ hikari:
8
+ maximum-pool-size: 300
9
10
jpa:
11
database: mysql
0 commit comments