diff --git a/backend/src/main/resources/application-dev.properties b/backend/src/main/resources/application-dev.properties index 4497ed1..63999d4 100644 --- a/backend/src/main/resources/application-dev.properties +++ b/backend/src/main/resources/application-dev.properties @@ -3,5 +3,6 @@ spring.datasource.driverClassName=org.h2.Driver spring.datasource.username=sa spring.datasource.password= spring.jpa.database-platform=org.hibernate.dialect.H2Dialect +spring.jpa.show-sql=true spring.h2.console.enabled=true spring.h2.console.path=/h2-console \ No newline at end of file