Skip to content

Commit

Permalink
DTSRD-1466.Updating schema parameter with hibernate (#687)
Browse files Browse the repository at this point in the history
* TEST COMMIT

* TEST COMMIT

* DTSRD-1466.Updating schema parameter with hibernate

* DTSRD-1466.Updating schema parameter with hibernate
  • Loading branch information
SabinaHMCTS authored Nov 13, 2023
1 parent feb8cc2 commit 958f2ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ spring:
min-idle: 1
properties:
charSet: UTF-8
hikari:
maximumPoolSize: ${HIKARI_MAX_POOL_SIZE:50}
tomcat:
max-active: 10
max-idle: 10
Expand Down

0 comments on commit 958f2ae

Please sign in to comment.