Skip to content

Commit

Permalink
Prevent error during startup
Browse files Browse the repository at this point in the history
  • Loading branch information
britter committed Oct 3, 2019
1 parent 8d3c815 commit 47e6e3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/application.properties
@@ -1,6 +1,7 @@
# Database Config
# Un-comment these lines to connect to a database. When commented out, you automatically get an in-memory-database.
spring.jpa.hibernate.ddl-auto=update
spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true

#spring.datasource.url=jdbc:postgresql://localhost:5432/spring-boot-heroku-example
#spring.datasource.username=spring-boot-heroku-example
Expand Down

0 comments on commit 47e6e3d

Please sign in to comment.