Skip to content

Commit

Permalink
Postgres and hibernate
Browse files Browse the repository at this point in the history
  • Loading branch information
pricem14pc committed Oct 14, 2024
1 parent 4411432 commit 1fd5dab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>5.6.15.Final</version>
<version>6.5.2.Final</version>
</dependency>
<dependency>
<groupId>org.liquibase</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spring:
password: postgres
driverClassName: org.postgresql.Driver
jpa:
database-platform: org.hibernate.dialect.PostgreSQL94Dialect
database-platform: org.hibernate.dialect.PostgreSQLDialect
open-in-view: true
show-sql: false
defer-datasource-initialization: true
Expand Down

0 comments on commit 1fd5dab

Please sign in to comment.