Skip to content

Commit

Permalink
chore: hikari connection pool size를 20으로 지정
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingyum-Kim committed Oct 22, 2024
1 parent 86d4669 commit 35d6e3d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion backend/src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
spring:
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
hikari:
maximum-pool-size: 20
jpa:
hibernate:
ddl-auto: update
Expand All @@ -26,7 +28,7 @@ aws:
bucket: techcourse-project-2024
key-prefix: mouda/dev/asset/profile/
prefix: https://dev.mouda.site/profile/

management:
endpoints:
web:
Expand Down

0 comments on commit 35d6e3d

Please sign in to comment.