diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 49cf801..88ae6cb 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -20,4 +20,6 @@ bolsa.jpa.hibernate.naming.physical-strategy=org.springframework.boot.orm.jpa.hi bbddh2.datasource.url=jdbc:h2:file:/home/public/h2 bbddh2.datasource.username=sa bbddh2.datasource.password= -bbddh2.datasource.driver-class-name=org.h2.Driver \ No newline at end of file +bbddh2.datasource.driver-class-name=org.h2.Driver +bbddh2.jpa.show-sql=true +bbddh2.jpa.hibernate.ddl-auto=create-drop \ No newline at end of file