Skip to content

Commit

Permalink
adds ApplicationName to connection-parameters (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli committed Mar 14, 2024
1 parent 67fbaea commit 8ff31ef
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ spring.jpa.show-sql=false
spring.jpa.open-in-view=false
spring.data.jpa.repositories.bootstrap-mode=deferred
spring.datasource.hikari.auto-commit=false
spring.datasource.hikari.data-source-properties.ApplicationName=${spring.application.name}
spring.jpa.hibernate.ddl-auto=none
#spring.jpa.properties.hibernate.format_sql=true
spring.jpa.properties.hibernate.jdbc.time_zone=UTC
Expand Down

0 comments on commit 8ff31ef

Please sign in to comment.