Skip to content

Commit

Permalink
Merge pull request #1645 from /issues/1644-hikari-pool-name
Browse files Browse the repository at this point in the history
Fix #1644: Name Hikari Pool
  • Loading branch information
banterCZ authored May 31, 2024
2 parents d0879cc + e5db026 commit 39cbd95
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ spring.datasource.url=jdbc:postgresql://localhost:5432/powerauth
spring.datasource.username=powerauth
spring.datasource.password=
spring.datasource.hikari.auto-commit=false
spring.datasource.hikari.pool-name=HikariPool-NextStep
spring.jpa.properties.hibernate.connection.characterEncoding=utf8
spring.jpa.properties.hibernate.connection.useUnicode=true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ spring.datasource.url=jdbc:postgresql://localhost:5432/powerauth
spring.datasource.username=powerauth
spring.datasource.password=
spring.datasource.hikari.auto-commit=false
spring.datasource.hikari.pool-name=HikariPool-TPP-Engine
spring.jpa.properties.hibernate.connection.characterEncoding=utf8
spring.jpa.properties.hibernate.connection.useUnicode=true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ spring.datasource.url=jdbc:postgresql://localhost:5432/powerauth
spring.datasource.username=powerauth
spring.datasource.password=
spring.datasource.hikari.auto-commit=false
spring.datasource.hikari.pool-name=HikariPool-WebFlow
spring.jpa.properties.hibernate.connection.characterEncoding=utf8
spring.jpa.properties.hibernate.connection.useUnicode=true

Expand Down

0 comments on commit 39cbd95

Please sign in to comment.