Index: src/main/resources/application.properties
===================================================================
--- src/main/resources/application.properties	(revision 6cf5acf33a585687d4fdc55a66add0c83ed0326f)
+++ src/main/resources/application.properties	(revision 1ee39064dec5bf56ac68779e6c95e1b76db7df52)
@@ -5,2 +5,5 @@
 spring.datasource.driver-class-name=org.postgresql.Driver
 
+# Optional but recommended
+spring.jpa.hibernate.ddl-auto=update
+spring.jpa.show-sql=true
