Skip to content

Commit

Permalink
Removed unused application property
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtechruz committed Oct 18, 2017
1 parent 76c39d9 commit 5be0a83
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/resources/application.properties
Expand Up @@ -3,7 +3,6 @@ spring.jpa.database=POSTGRESQL
spring.datasource.platform=postgres
spring.jpa.show-sql=true
spring.jpa.hibernate.ddl-auto=validate
#spring.jpa.properties.hibernate.dialect=com.reinpharma.model.hibernate.CustomPostgreSqlDialect
spring.datasource.driver-class-name=org.postgresql.Driver
spring.datasource.url=jdbc:postgresql://localhost:5432/hibernate-jsonb-example
spring.datasource.username=postgres
Expand Down

0 comments on commit 5be0a83

Please sign in to comment.