Skip to content

Commit 6b3d730

Browse files
authored
refactor : 커넥션 풀 최대 300으로 설정 (#197)
1 parent 361649f commit 6b3d730

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

infrastructure/src/main/resources/application-jpa.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ spring:
44
username: ${DB_USERNAME}
55
password: ${DB_PASSWORD}
66
driver-class-name: com.mysql.cj.jdbc.Driver
7+
hikari:
8+
maximum-pool-size: 300
79

810
jpa:
911
database: mysql

0 commit comments

Comments
 (0)