Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Commit

Permalink
Fixed db connection pool problem, updated some libraries.
Browse files Browse the repository at this point in the history
  • Loading branch information
haraldloesing committed Dec 5, 2022
1 parent 73d77ba commit 40c515d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>ch.admin.bag.covidcertificate</groupId>
<artifactId>cc-light-certificate-generation-service</artifactId>
<version>4.9.1</version>
<version>4.9.2</version>
<name>cc-light-certificate-generation-service</name>
<description>Service for generating a light covid certificate</description>

Expand Down
1 change: 1 addition & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ spring:
password: secret
hikari:
maximum-pool-size: 10
minimum-idle: 2
pool-name: hikari-cp-${spring.application.name}
jpa:
hibernate:
Expand Down

0 comments on commit 40c515d

Please sign in to comment.